From: Denis Vlasenko Date: Thu, 25 Sep 2008 11:17:10 +0000 (-0000) Subject: top: don't lie in help screen about "-d 1" being valid X-Git-Tag: 1_13_0~166 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=42cc6bab16a6b451ab1b36e302100afcd95e6634;p=oweals%2Fbusybox.git top: don't lie in help screen about "-d 1" being valid --- diff --git a/include/usage.h b/include/usage.h index b1c4d553f..dc87515be 100644 --- a/include/usage.h +++ b/include/usage.h @@ -4211,7 +4211,7 @@ "\n -v Verbose" \ #define top_trivial_usage \ - "[-b] [-n COUNT] [-d SECONDS]" + "[-b] [-nCOUNT] [-dSECONDS]" #define top_full_usage "\n\n" \ "Provide a view of process activity in real time.\n" \ "Read the status of all processes from /proc each SECONDS\n" \