summaryrefslogtreecommitdiffstats
path: root/htop.c
diff options
context:
space:
mode:
authorChristian Göttsche <cgzones@googlemail.com>2020-09-17 22:39:06 +0200
committercgzones <cgzones@googlemail.com>2020-09-18 12:27:45 +0200
commitdd6500c7c7920f142474373a90bd7d07e037c141 (patch)
treea424513ec35a1b34719c8e7c4e242a35cef12526 /htop.c
parentf6b0efded5a65a15a6d5154dbe77e9727925f51e (diff)
Sort option in help message
Diffstat (limited to 'htop.c')
-rw-r--r--htop.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/htop.c b/htop.c
index 916a10dd..961ddc41 100644
--- a/htop.c
+++ b/htop.c
@@ -38,14 +38,14 @@ static void printHelpFlag() {
fputs("htop " VERSION "\n"
"Released under the GNU GPL.\n\n"
"-C --no-color Use a monochrome color scheme\n"
- "-M --no-mouse Disable the mouse\n"
"-d --delay=DELAY Set the delay between updates, in tenths of seconds\n"
"-h --help Print this help screen\n"
+ "-M --no-mouse Disable the mouse\n"
+ "-p --pid=PID,[,PID,PID...] Show only the given PIDs\n"
"-s --sort-key=COLUMN Sort by COLUMN (try --sort-key=help for a list)\n"
"-t --tree Show the tree view by default\n"
"-u --user[=USERNAME] Show only processes for a given user (or $USER)\n"
"-U --no-unicode Do not use unicode but plain ASCII\n"
- "-p --pid=PID,[,PID,PID...] Show only the given PIDs\n"
"-V --version Print version info\n"
"\n"
"Long options may be passed with a single dash.\n\n"

© 2014-2024 Faster IT GmbH | imprint | privacy policy