diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-09-25 11:17:10 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-09-25 11:17:10 +0000 |
commit | 42cc6bab16a6b451ab1b36e302100afcd95e6634 (patch) | |
tree | bf97030e6967540ab0bf955fedaf3fa9bb29fc39 | |
parent | 35840ab204ee225a1498790a05c3565111ce99ce (diff) | |
download | busybox-w32-42cc6bab16a6b451ab1b36e302100afcd95e6634.tar.gz busybox-w32-42cc6bab16a6b451ab1b36e302100afcd95e6634.tar.bz2 busybox-w32-42cc6bab16a6b451ab1b36e302100afcd95e6634.zip |
top: don't lie in help screen about "-d 1" being valid
-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 b1c4d553f..dc87515be 100644 --- a/include/usage.h +++ b/include/usage.h | |||
@@ -4211,7 +4211,7 @@ | |||
4211 | "\n -v Verbose" \ | 4211 | "\n -v Verbose" \ |
4212 | 4212 | ||
4213 | #define top_trivial_usage \ | 4213 | #define top_trivial_usage \ |
4214 | "[-b] [-n COUNT] [-d SECONDS]" | 4214 | "[-b] [-nCOUNT] [-dSECONDS]" |
4215 | #define top_full_usage "\n\n" \ | 4215 | #define top_full_usage "\n\n" \ |
4216 | "Provide a view of process activity in real time.\n" \ | 4216 | "Provide a view of process activity in real time.\n" \ |
4217 | "Read the status of all processes from /proc each SECONDS\n" \ | 4217 | "Read the status of all processes from /proc each SECONDS\n" \ |