diff options
author | Denis Vlasenko | 2008-09-25 11:17:10 +0000 |
---|---|---|
committer | Denis Vlasenko | 2008-09-25 11:17:10 +0000 |
commit | 42cc6bab16a6b451ab1b36e302100afcd95e6634 (patch) | |
tree | bf97030e6967540ab0bf955fedaf3fa9bb29fc39 /include/usage.h | |
parent | 35840ab204ee225a1498790a05c3565111ce99ce (diff) | |
download | busybox-42cc6bab16a6b451ab1b36e302100afcd95e6634.zip busybox-42cc6bab16a6b451ab1b36e302100afcd95e6634.tar.gz |
top: don't lie in help screen about "-d 1" being valid
Diffstat (limited to 'include/usage.h')
-rw-r--r-- | include/usage.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/usage.h b/include/usage.h index b1c4d55..dc87515 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" \ |