diff options
Diffstat (limited to 'procps/watch.c')
-rw-r--r-- | procps/watch.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/procps/watch.c b/procps/watch.c index e289bf8cb..36af1cca7 100644 --- a/procps/watch.c +++ b/procps/watch.c | |||
@@ -15,7 +15,6 @@ | |||
15 | //usage: "[-n SEC] [-t] PROG ARGS" | 15 | //usage: "[-n SEC] [-t] PROG ARGS" |
16 | //usage:#define watch_full_usage "\n\n" | 16 | //usage:#define watch_full_usage "\n\n" |
17 | //usage: "Run PROG periodically\n" | 17 | //usage: "Run PROG periodically\n" |
18 | //usage: "\nOptions:" | ||
19 | //usage: "\n -n Loop period in seconds (default 2)" | 18 | //usage: "\n -n Loop period in seconds (default 2)" |
20 | //usage: "\n -t Don't print header" | 19 | //usage: "\n -t Don't print header" |
21 | //usage: | 20 | //usage: |