diff options
author | Denys Vlasenko | 2020-12-13 19:04:19 +0100 |
---|---|---|
committer | Denys Vlasenko | 2020-12-13 19:04:19 +0100 |
commit | 11f1a2553e49c9ff2235688a41875ff8751517ce (patch) | |
tree | 5f19a07de53cf6d7fac73725be06f68fa6fe4737 /miscutils | |
parent | 49142d48bd12c87d52e1316050f5cf4749e64e51 (diff) | |
download | busybox-11f1a2553e49c9ff2235688a41875ff8751517ce.zip busybox-11f1a2553e49c9ff2235688a41875ff8751517ce.tar.gz |
help text tweaks
function old new delta
packed_usage 33547 33545 -2
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'miscutils')
-rw-r--r-- | miscutils/crond.c | 2 | ||||
-rw-r--r-- | miscutils/mt.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/miscutils/crond.c b/miscutils/crond.c index fb3adc1..b744273 100644 --- a/miscutils/crond.c +++ b/miscutils/crond.c @@ -63,7 +63,7 @@ //kbuild:lib-$(CONFIG_CROND) += crond.o //usage:#define crond_trivial_usage -//usage: "-fbS -l N " IF_FEATURE_CROND_D("-d N ") "-L LOGFILE -c DIR" +//usage: "[-fbS] [-l N] " IF_FEATURE_CROND_D("[-d N] ") "[-L LOGFILE] [-c DIR]" //usage:#define crond_full_usage "\n\n" //usage: " -f Foreground" //usage: "\n -b Background (default)" diff --git a/miscutils/mt.c b/miscutils/mt.c index dbb8c13..1a42146 100644 --- a/miscutils/mt.c +++ b/miscutils/mt.c @@ -15,7 +15,7 @@ //kbuild:lib-$(CONFIG_MT) += mt.o //usage:#define mt_trivial_usage -//usage: "[-f device] opcode value" +//usage: "[-f DEVICE] OPCODE VALUE" //usage:#define mt_full_usage "\n\n" //usage: "Control magnetic tape drive operation\n" //usage: "\n" |