diff options
Diffstat (limited to 'procps/watch.c')
-rw-r--r-- | procps/watch.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/procps/watch.c b/procps/watch.c index 20859c3cd..bb34124c0 100644 --- a/procps/watch.c +++ b/procps/watch.c | |||
@@ -11,6 +11,17 @@ | |||
11 | /* BB_AUDIT SUSv3 N/A */ | 11 | /* BB_AUDIT SUSv3 N/A */ |
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 | ||
15 | //config: bool "watch" | ||
16 | //config: default y | ||
17 | //config: help | ||
18 | //config: watch is used to execute a program periodically, showing | ||
19 | //config: output to the screen. | ||
20 | |||
21 | //applet:IF_WATCH(APPLET(watch, BB_DIR_BIN, BB_SUID_DROP)) | ||
22 | |||
23 | //kbuild:lib-$(CONFIG_WATCH) += watch.o | ||
24 | |||
14 | //usage:#define watch_trivial_usage | 25 | //usage:#define watch_trivial_usage |
15 | //usage: "[-n SEC] [-t] PROG ARGS" | 26 | //usage: "[-n SEC] [-t] PROG ARGS" |
16 | //usage:#define watch_full_usage "\n\n" | 27 | //usage:#define watch_full_usage "\n\n" |