diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2021-06-13 01:08:48 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2021-06-13 01:08:48 +0200 |
commit | 6b6826f0b87b13c5e83786f045b90d703507464e (patch) | |
tree | dc40238c9843b020fddfa7de83e25892b166dbe4 /procps | |
parent | aece2c5f0fef9088b615016f3177b1abd3a373bb (diff) | |
download | busybox-w32-6b6826f0b87b13c5e83786f045b90d703507464e.tar.gz busybox-w32-6b6826f0b87b13c5e83786f045b90d703507464e.tar.bz2 busybox-w32-6b6826f0b87b13c5e83786f045b90d703507464e.zip |
*: --help tweaks
function old new delta
.rodata 103190 103189 -1
packed_usage 33590 33566 -24
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 0/2 up/down: 0/-25) Total: -25 bytes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'procps')
-rw-r--r-- | procps/watch.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/procps/watch.c b/procps/watch.c index 059eb1dda..1190b29df 100644 --- a/procps/watch.c +++ b/procps/watch.c | |||
@@ -22,7 +22,7 @@ | |||
22 | //usage: "[-n SEC] [-t] PROG ARGS" | 22 | //usage: "[-n SEC] [-t] PROG ARGS" |
23 | //usage:#define watch_full_usage "\n\n" | 23 | //usage:#define watch_full_usage "\n\n" |
24 | //usage: "Run PROG periodically\n" | 24 | //usage: "Run PROG periodically\n" |
25 | //usage: "\n -n SEC Loop period (default 2)" | 25 | //usage: "\n -n SEC Period (default 2)" |
26 | //usage: "\n -t Don't print header" | 26 | //usage: "\n -t Don't print header" |
27 | //usage: | 27 | //usage: |
28 | //usage:#define watch_example_usage | 28 | //usage:#define watch_example_usage |