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"