Do not show help for -M / --no-mouse if HAVE_GETMOUSE is undefined

This commit is contained in:
Daniel Lange 2022-04-07 11:52:22 +02:00
parent 72c56691ec
commit 6a7b3fdc7d
1 changed files with 2 additions and 0 deletions

View File

@ -54,7 +54,9 @@ static void printHelpFlag(const char* name) {
"-F --filter=FILTER Show only the commands matching the given filter\n"
"-h --help Print this help screen\n"
"-H --highlight-changes[=DELAY] Highlight new and old processes\n"
#ifdef HAVE_GETMOUSE
"-M --no-mouse Disable the mouse\n"
#endif
"-p --pid=PID[,PID,PID...] Show only the given PIDs\n"
" --readonly Disable all system and process changing features\n"
"-s --sort-key=COLUMN Sort by COLUMN in list view (try --sort-key=help for a list)\n"