diff options
Diffstat (limited to 'toys/pending/watch.c')
-rw-r--r-- | toys/pending/watch.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/pending/watch.c b/toys/pending/watch.c index 8343fe1f..d81a0793 100644 --- a/toys/pending/watch.c +++ b/toys/pending/watch.c @@ -9,7 +9,7 @@ config WATCH bool "watch" default n help - Usage: watch [-n SEC] [-t] PROG ARGS + usage: watch [-n SEC] [-t] PROG ARGS Run PROG periodically |