aboutsummaryrefslogtreecommitdiff
path: root/toys/other/watch.c
diff options
context:
space:
mode:
Diffstat (limited to 'toys/other/watch.c')
-rw-r--r--toys/other/watch.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/toys/other/watch.c b/toys/other/watch.c
index ab51148c..0a21cccc 100644
--- a/toys/other/watch.c
+++ b/toys/other/watch.c
@@ -16,10 +16,10 @@ config WATCH
Run PROG every -n seconds, showing output. Hit q to quit.
- -n Loop period in seconds (default 2)
- -t Don't print header
- -e Exit on error
- -b Beep on command error
+ -n Loop period in seconds (default 2)
+ -t Don't print header
+ -e Exit on error
+ -b Beep on command error
-x Exec command directly (vs "sh -c")
*/