diff options
author | Denys Vlasenko | 2021-06-15 10:00:18 +0200 |
---|---|---|
committer | Denys Vlasenko | 2021-06-15 10:00:18 +0200 |
commit | 1f60d88cf6f5ad3efcad6e7ef1501ce334046e40 (patch) | |
tree | ab2e33cf596b08a9c804714f9b55afb787f932d1 /miscutils | |
parent | ebe8c14d34d3f6957b4e44967c9089b84e144ddf (diff) | |
download | busybox-1f60d88cf6f5ad3efcad6e7ef1501ce334046e40.zip busybox-1f60d88cf6f5ad3efcad6e7ef1501ce334046e40.tar.gz |
*: more --help tweaks
function old new delta
packed_usage 33552 33541 -11
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'miscutils')
-rw-r--r-- | miscutils/bc.c | 2 | ||||
-rw-r--r-- | miscutils/chat.c | 2 | ||||
-rw-r--r-- | miscutils/ubi_tools.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/miscutils/bc.c b/miscutils/bc.c index a5d8734..f9b08b0 100644 --- a/miscutils/bc.c +++ b/miscutils/bc.c @@ -108,7 +108,7 @@ //See www.gnu.org/software/bc/manual/bc.html //usage:#define bc_trivial_usage -//usage: "[-sqlw] [FILE...]" +//usage: "[-sqlw] [FILE]..." //usage: //usage:#define bc_full_usage "\n" //usage: "\nArbitrary precision calculator" diff --git a/miscutils/chat.c b/miscutils/chat.c index 86a114d..f9e12a4 100644 --- a/miscutils/chat.c +++ b/miscutils/chat.c @@ -79,7 +79,7 @@ //kbuild:lib-$(CONFIG_CHAT) += chat.o //usage:#define chat_trivial_usage -//usage: "EXPECT [SEND [EXPECT [SEND...]]]" +//usage: "EXPECT [SEND [EXPECT [SEND]]...]" //usage:#define chat_full_usage "\n\n" //usage: "Useful for interacting with a modem connected to stdin/stdout.\n" //usage: "A script consists of \"expect-send\" argument pairs.\n" diff --git a/miscutils/ubi_tools.c b/miscutils/ubi_tools.c index 69ead7a..6d49f61 100644 --- a/miscutils/ubi_tools.c +++ b/miscutils/ubi_tools.c @@ -251,7 +251,7 @@ int ubi_tools_main(int argc UNUSED_PARAM, char **argv) } else //usage:#define ubirmvol_trivial_usage -//usage: "-n VOLID / -N VOLNAME UBI_DEVICE" +//usage: "-n VOLID | -N VOLNAME UBI_DEVICE" //usage:#define ubirmvol_full_usage "\n\n" //usage: "Remove UBI volume\n" //usage: "\n -n VOLID Volume ID" |