aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2010-10-09 21:10:32 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2010-10-09 21:10:32 +0200
commit3b2acb759cac73fe2af096af8641c01197fa4214 (patch)
tree646b3156a375f59977d30bc190b15e538a6d6c45
parentc1e3027f11bd3dc12df508cde10457b9215424e4 (diff)
downloadbusybox-w32-3b2acb759cac73fe2af096af8641c01197fa4214.tar.gz
busybox-w32-3b2acb759cac73fe2af096af8641c01197fa4214.tar.bz2
busybox-w32-3b2acb759cac73fe2af096af8641c01197fa4214.zip
tweak help text
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
-rw-r--r--archival/bbunzip.c2
-rw-r--r--include/usage.src.h2
-rw-r--r--modutils/insmod.c2
-rw-r--r--networking/nc_bloaty.c3
4 files changed, 5 insertions, 4 deletions
diff --git a/archival/bbunzip.c b/archival/bbunzip.c
index 787f4124d..6b6457673 100644
--- a/archival/bbunzip.c
+++ b/archival/bbunzip.c
@@ -305,7 +305,7 @@ int gunzip_main(int argc UNUSED_PARAM, char **argv)
305 * Licensed under GPLv2 or later, see file LICENSE in this source tree. 305 * Licensed under GPLv2 or later, see file LICENSE in this source tree.
306 */ 306 */
307//usage:#define bunzip2_trivial_usage 307//usage:#define bunzip2_trivial_usage
308//usage: "[OPTIONS] [FILE]..." 308//usage: "[-cf] [FILE]..."
309//usage:#define bunzip2_full_usage "\n\n" 309//usage:#define bunzip2_full_usage "\n\n"
310//usage: "Decompress FILEs (or stdin)\n" 310//usage: "Decompress FILEs (or stdin)\n"
311//usage: "\nOptions:" 311//usage: "\nOptions:"
diff --git a/include/usage.src.h b/include/usage.src.h
index f058a9d49..555250366 100644
--- a/include/usage.src.h
+++ b/include/usage.src.h
@@ -2781,7 +2781,7 @@ INSERT
2781 IF_SELINUX( \ 2781 IF_SELINUX( \
2782 "\n -Z Set security context" \ 2782 "\n -Z Set security context" \
2783 ) \ 2783 ) \
2784 "\nTYPEs:" \ 2784 "\nTYPE:" \
2785 "\n b Block device" \ 2785 "\n b Block device" \
2786 "\n c or u Character device" \ 2786 "\n c or u Character device" \
2787 "\n p Named pipe (MAJOR and MINOR are ignored)" \ 2787 "\n p Named pipe (MAJOR and MINOR are ignored)" \
diff --git a/modutils/insmod.c b/modutils/insmod.c
index 17fc18c09..4fe388bdc 100644
--- a/modutils/insmod.c
+++ b/modutils/insmod.c
@@ -16,7 +16,7 @@
16//usage:#define insmod_trivial_usage 16//usage:#define insmod_trivial_usage
17//usage: IF_FEATURE_2_4_MODULES("[OPTIONS] MODULE ") 17//usage: IF_FEATURE_2_4_MODULES("[OPTIONS] MODULE ")
18//usage: IF_NOT_FEATURE_2_4_MODULES("FILE ") 18//usage: IF_NOT_FEATURE_2_4_MODULES("FILE ")
19//usage: "[symbol=value]..." 19//usage: "[SYMBOL=VALUE]..."
20//usage:#define insmod_full_usage "\n\n" 20//usage:#define insmod_full_usage "\n\n"
21//usage: "Load the specified kernel modules into the kernel" 21//usage: "Load the specified kernel modules into the kernel"
22//usage: IF_FEATURE_2_4_MODULES( "\n" 22//usage: IF_FEATURE_2_4_MODULES( "\n"
diff --git a/networking/nc_bloaty.c b/networking/nc_bloaty.c
index 6b5b176c9..8594a67a6 100644
--- a/networking/nc_bloaty.c
+++ b/networking/nc_bloaty.c
@@ -57,7 +57,8 @@
57//usage:#define nc_trivial_usage 57//usage:#define nc_trivial_usage
58//usage: "[OPTIONS] HOST PORT - connect" 58//usage: "[OPTIONS] HOST PORT - connect"
59//usage: IF_NC_SERVER("\n" 59//usage: IF_NC_SERVER("\n"
60//usage: "nc [OPTIONS] -l -p PORT [HOST] [PORT] - listen") 60//usage: "nc [OPTIONS] -l -p PORT [HOST] [PORT] - listen"
61//usage: )
61//usage:#define nc_full_usage "\n\n" 62//usage:#define nc_full_usage "\n\n"
62//usage: "Options:" 63//usage: "Options:"
63//usage: "\n -e PROG Run PROG after connect (must be last)" 64//usage: "\n -e PROG Run PROG after connect (must be last)"