From 6b6826f0b87b13c5e83786f045b90d703507464e Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Sun, 13 Jun 2021 01:08:48 +0200 Subject: *: --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 --- procps/watch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'procps') diff --git a/procps/watch.c b/procps/watch.c index 059eb1d..1190b29 100644 --- a/procps/watch.c +++ b/procps/watch.c @@ -22,7 +22,7 @@ //usage: "[-n SEC] [-t] PROG ARGS" //usage:#define watch_full_usage "\n\n" //usage: "Run PROG periodically\n" -//usage: "\n -n SEC Loop period (default 2)" +//usage: "\n -n SEC Period (default 2)" //usage: "\n -t Don't print header" //usage: //usage:#define watch_example_usage -- cgit v1.1