mirror of https://github.com/xzeldon/htop.git
align help output
This commit is contained in:
parent
be9edc5d43
commit
9ca646acbb
2
htop.c
2
htop.c
|
@ -44,7 +44,7 @@ static void printHelpFlag() {
|
||||||
"-s --sort-key=COLUMN Sort by COLUMN (try --sort-key=help for a list)\n"
|
"-s --sort-key=COLUMN Sort by COLUMN (try --sort-key=help for a list)\n"
|
||||||
"-u --user=USERNAME Show only processes of a given user\n"
|
"-u --user=USERNAME Show only processes of a given user\n"
|
||||||
"-p --pid=PID,[,PID,PID...] Show only the given PIDs\n"
|
"-p --pid=PID,[,PID,PID...] Show only the given PIDs\n"
|
||||||
"-v --version Print version info\n"
|
"-v --version Print version info\n"
|
||||||
"\n"
|
"\n"
|
||||||
"Long options may be passed with a single dash.\n\n"
|
"Long options may be passed with a single dash.\n\n"
|
||||||
"Press F1 inside htop for online help.\n"
|
"Press F1 inside htop for online help.\n"
|
||||||
|
|
Loading…
Reference in New Issue