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 3127a0ca6..2bb7cca90 100644 --- a/procps/watch.c +++ b/procps/watch.c | |||
@@ -15,8 +15,8 @@ | |||
15 | //config: bool "watch (4.1 kb)" | 15 | //config: bool "watch (4.1 kb)" |
16 | //config: default y | 16 | //config: default y |
17 | //config: help | 17 | //config: help |
18 | //config: watch is used to execute a program periodically, showing | 18 | //config: watch is used to execute a program periodically, showing |
19 | //config: output to the screen. | 19 | //config: output to the screen. |
20 | 20 | ||
21 | //applet:IF_WATCH(APPLET(watch, BB_DIR_BIN, BB_SUID_DROP)) | 21 | //applet:IF_WATCH(APPLET(watch, BB_DIR_BIN, BB_SUID_DROP)) |
22 | 22 | ||