mirror of
https://github.com/topjohnwu/ndk-busybox.git
synced 2024-11-24 04:09:43 +00:00
tweak help text
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
c1e3027f11
commit
3b2acb759c
@ -305,7 +305,7 @@ int gunzip_main(int argc UNUSED_PARAM, char **argv)
|
||||
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
|
||||
*/
|
||||
//usage:#define bunzip2_trivial_usage
|
||||
//usage: "[OPTIONS] [FILE]..."
|
||||
//usage: "[-cf] [FILE]..."
|
||||
//usage:#define bunzip2_full_usage "\n\n"
|
||||
//usage: "Decompress FILEs (or stdin)\n"
|
||||
//usage: "\nOptions:"
|
||||
|
@ -2781,7 +2781,7 @@ INSERT
|
||||
IF_SELINUX( \
|
||||
"\n -Z Set security context" \
|
||||
) \
|
||||
"\nTYPEs:" \
|
||||
"\nTYPE:" \
|
||||
"\n b Block device" \
|
||||
"\n c or u Character device" \
|
||||
"\n p Named pipe (MAJOR and MINOR are ignored)" \
|
||||
|
@ -16,7 +16,7 @@
|
||||
//usage:#define insmod_trivial_usage
|
||||
//usage: IF_FEATURE_2_4_MODULES("[OPTIONS] MODULE ")
|
||||
//usage: IF_NOT_FEATURE_2_4_MODULES("FILE ")
|
||||
//usage: "[symbol=value]..."
|
||||
//usage: "[SYMBOL=VALUE]..."
|
||||
//usage:#define insmod_full_usage "\n\n"
|
||||
//usage: "Load the specified kernel modules into the kernel"
|
||||
//usage: IF_FEATURE_2_4_MODULES( "\n"
|
||||
|
@ -57,7 +57,8 @@
|
||||
//usage:#define nc_trivial_usage
|
||||
//usage: "[OPTIONS] HOST PORT - connect"
|
||||
//usage: IF_NC_SERVER("\n"
|
||||
//usage: "nc [OPTIONS] -l -p PORT [HOST] [PORT] - listen")
|
||||
//usage: "nc [OPTIONS] -l -p PORT [HOST] [PORT] - listen"
|
||||
//usage: )
|
||||
//usage:#define nc_full_usage "\n\n"
|
||||
//usage: "Options:"
|
||||
//usage: "\n -e PROG Run PROG after connect (must be last)"
|
||||
|
Loading…
Reference in New Issue
Block a user