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 e289bf8..36af1cc 100644 --- a/procps/watch.c +++ b/procps/watch.c @@ -15,7 +15,6 @@ //usage: "[-n SEC] [-t] PROG ARGS" //usage:#define watch_full_usage "\n\n" //usage: "Run PROG periodically\n" -//usage: "\nOptions:" //usage: "\n -n Loop period in seconds (default 2)" //usage: "\n -t Don't print header" //usage: |