Skip to content

Commit

Permalink
Merge pull request #126 from frastr/fix_typo
Browse files Browse the repository at this point in the history
Fix little typo on help page of top command.
  • Loading branch information
lesovsky authored Dec 11, 2024
2 parents 6200744 + eb47c5b commit c4d5111
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion top/help.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const (
general actions:
a,f,r,w mode: 'a' activity, 'f' functions, 'r' replication, 'w' WAL,
s,t,i 's' tables sizes, 't' tables, 'i' indexes.
d,D 'd' pg_stat_database switch, 'X' pg_stat_database menu.
d,D 'd' pg_stat_database switch, 'D' pg_stat_database menu.
x,X 'x' pg_stat_statements switch, 'X' pg_stat_statements menu.
p,P 'p' pg_stat_progress_* switch, 'P' pg_stat_progress_* menu.
Left,Right,<,/ 'Left,Right' change column sort, '<' desc/asc sort toggle, '/' set filter.
Expand Down

0 comments on commit c4d5111

Please sign in to comment.