From df955c8991949334c72d33c8349646d4301edbce Mon Sep 17 00:00:00 2001 From: Daniel Lange Date: Thu, 7 Apr 2022 12:33:22 +0200 Subject: Make CLANG happy (-Wembedded-directive) --- CommandLine.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CommandLine.c b/CommandLine.c index d7f5f1e3..bee46495 100644 --- a/CommandLine.c +++ b/CommandLine.c @@ -53,17 +53,17 @@ static void printHelpFlag(const char* name) { "-d --delay=DELAY Set the delay between updates, in tenths of seconds\n" "-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" + "-H --highlight-changes[=DELAY] Highlight new and old processes\n", name); #ifdef HAVE_GETMOUSE - "-M --no-mouse Disable the mouse\n" + printf("-M --no-mouse Disable the mouse\n"); #endif - "-p --pid=PID[,PID,PID...] Show only the given PIDs\n" + printf("-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" "-t --tree Show the tree view (can be combined with -s)\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" - "-V --version Print version info\n", name); + "-V --version Print version info\n"); Platform_longOptionsUsage(name); printf("\n" "Long options may be passed with a single dash.\n\n" -- cgit v1.2.3