diff options
Diffstat (limited to 'procps/watch.c')
-rw-r--r-- | procps/watch.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/procps/watch.c b/procps/watch.c index 3127a0c..2bb7cca 100644 --- a/procps/watch.c +++ b/procps/watch.c @@ -15,8 +15,8 @@ //config: bool "watch (4.1 kb)" //config: default y //config: help -//config: watch is used to execute a program periodically, showing -//config: output to the screen. +//config: watch is used to execute a program periodically, showing +//config: output to the screen. //applet:IF_WATCH(APPLET(watch, BB_DIR_BIN, BB_SUID_DROP)) |