diff options
Diffstat (limited to 'procps/watch.c')
-rw-r--r-- | procps/watch.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/procps/watch.c b/procps/watch.c index bb34124c0..2bb7cca90 100644 --- a/procps/watch.c +++ b/procps/watch.c | |||
@@ -12,11 +12,11 @@ | |||
12 | /* BB_AUDIT GNU defects -- only option -n is supported. */ | 12 | /* BB_AUDIT GNU defects -- only option -n is supported. */ |
13 | 13 | ||
14 | //config:config WATCH | 14 | //config:config WATCH |
15 | //config: bool "watch" | 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 | ||