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 | |
parent | e9a5a6985ca7f484df60df1f9bdc8b62eac88f2e (diff) |
config: more tweaking of help texts
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'miscutils')
-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 @@ //config: 40 4 * * * /etc/cron/daily > /dev/null 2>&1 //config: //config:config FEATURE_CROND_D -//config: bool "Support option -d to redirect output to stderr" +//config: bool "Support -d (redirect output to stderr)" //config: depends on CROND //config: default y //config: help |