diff options
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 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 |