mirror of
https://github.com/topjohnwu/ndk-busybox.git
synced 2024-11-24 20:29:55 +00:00
top: don't lie in help screen about "-d 1" being valid
This commit is contained in:
parent
35840ab204
commit
42cc6bab16
@ -4211,7 +4211,7 @@
|
|||||||
"\n -v Verbose" \
|
"\n -v Verbose" \
|
||||||
|
|
||||||
#define top_trivial_usage \
|
#define top_trivial_usage \
|
||||||
"[-b] [-n COUNT] [-d SECONDS]"
|
"[-b] [-nCOUNT] [-dSECONDS]"
|
||||||
#define top_full_usage "\n\n" \
|
#define top_full_usage "\n\n" \
|
||||||
"Provide a view of process activity in real time.\n" \
|
"Provide a view of process activity in real time.\n" \
|
||||||
"Read the status of all processes from /proc each SECONDS\n" \
|
"Read the status of all processes from /proc each SECONDS\n" \
|
||||||
|
Loading…
Reference in New Issue
Block a user