aboutsummaryrefslogtreecommitdiff
path: root/miscutils/crond.c
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2017-01-21 03:46:35 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2017-01-21 03:46:57 +0100
commitf3d705f41bf16183f901e5ddb07c89685e384daf (patch)
tree31fcbd7d4588ecbb64ed18c89f30987d0b6c95fd /miscutils/crond.c
parentbbc7bee9664b582c8237c4b879bba1bdee4d62a6 (diff)
downloadbusybox-f3d705f41bf16183f901e5ddb07c89685e384daf.tar.gz
make --help texts smaller
function old new delta packed_usage 31035 30968 -67 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'miscutils/crond.c')
-rw-r--r--miscutils/crond.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/miscutils/crond.c b/miscutils/crond.c
index f96c96ee7..88e7b47b3 100644
--- a/miscutils/crond.c
+++ b/miscutils/crond.c
@@ -52,7 +52,7 @@
//usage: " -f Foreground"
//usage: "\n -b Background (default)"
//usage: "\n -S Log to syslog (default)"
-//usage: "\n -l N Set log level. Most verbose:0, default:8"
+//usage: "\n -l N Set log level. Most verbose 0, default 8"
//usage: IF_FEATURE_CROND_D(
//usage: "\n -d N Set log level, log to stderr"
//usage: )