From dd6500c7c7920f142474373a90bd7d07e037c141 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20G=C3=B6ttsche?= Date: Thu, 17 Sep 2020 22:39:06 +0200 Subject: Sort option in help message --- htop.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'htop.c') 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" -- cgit v1.2.3