diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2017-07-27 14:45:25 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2017-07-27 14:45:25 +0200 |
commit | 5b3cbe3a535db27302d979bddefa28ca492647e9 (patch) | |
tree | 0d6b174ad30e5298f119fa7b34c8efb91fc34ecc /miscutils/crond.c | |
parent | e9a5a6985ca7f484df60df1f9bdc8b62eac88f2e (diff) | |
download | busybox-w32-5b3cbe3a535db27302d979bddefa28ca492647e9.tar.gz busybox-w32-5b3cbe3a535db27302d979bddefa28ca492647e9.tar.bz2 busybox-w32-5b3cbe3a535db27302d979bddefa28ca492647e9.zip |
config: more tweaking of help texts
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'miscutils/crond.c')
-rw-r--r-- | miscutils/crond.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/miscutils/crond.c b/miscutils/crond.c index 5ae0ff084..48e429976 100644 --- a/miscutils/crond.c +++ b/miscutils/crond.c | |||
@@ -22,7 +22,7 @@ | |||
22 | //config: 40 4 * * * /etc/cron/daily > /dev/null 2>&1 | 22 | //config: 40 4 * * * /etc/cron/daily > /dev/null 2>&1 |
23 | //config: | 23 | //config: |
24 | //config:config FEATURE_CROND_D | 24 | //config:config FEATURE_CROND_D |
25 | //config: bool "Support option -d to redirect output to stderr" | 25 | //config: bool "Support -d (redirect output to stderr)" |
26 | //config: depends on CROND | 26 | //config: depends on CROND |
27 | //config: default y | 27 | //config: default y |
28 | //config: help | 28 | //config: help |