aboutsummaryrefslogtreecommitdiff
path: root/archival
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 /archival
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>
Diffstat (limited to 'archival')
-rw-r--r--archival/bbunzip.c2
1 files changed, 1 insertions, 1 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:"