aboutsummaryrefslogtreecommitdiff
path: root/include/usage.h
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2007-10-13 03:36:03 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2007-10-13 03:36:03 +0000
commit77f1ec1b9bf100e6c10aa0856c7156e321511785 (patch)
treef20e5a9062ecad82a43bde81e3041a19c4292733 /include/usage.h
parent11c23d7b990eae27357e5a41a97d62b9a214f7db (diff)
downloadbusybox-w32-77f1ec1b9bf100e6c10aa0856c7156e321511785.tar.gz
busybox-w32-77f1ec1b9bf100e6c10aa0856c7156e321511785.tar.bz2
busybox-w32-77f1ec1b9bf100e6c10aa0856c7156e321511785.zip
bzip2: port bzip2 1.0.4 to busybox. note: bzip2 code resides
in separate directory (archival/bz/*) and is covered by BSD-style license. code size: 13k
Diffstat (limited to 'include/usage.h')
-rw-r--r--include/usage.h14
1 files changed, 12 insertions, 2 deletions
diff --git a/include/usage.h b/include/usage.h
index b53820d7b..4c697d380 100644
--- a/include/usage.h
+++ b/include/usage.h
@@ -127,6 +127,16 @@
127 " -c Write output to standard output\n" \ 127 " -c Write output to standard output\n" \
128 " -f Force" 128 " -f Force"
129 129
130#define bzip2_trivial_usage \
131 "[OPTION]... [FILE]..."
132#define bzip2_full_usage \
133 "Compress FILE(s) with bzip2 algorithm.\n" \
134 "When FILE is '-' or unspecified, reads standard input. Implies -c." \
135 "\n\nOptions:\n" \
136 " -c Write output to standard output instead of FILE.bz\n" \
137 " -d Decompress\n" \
138 " -f Force"
139
130#define busybox_notes_usage \ 140#define busybox_notes_usage \
131 "Hello world!\n" 141 "Hello world!\n"
132 142
@@ -1201,7 +1211,7 @@
1201 "Uncompress FILE (or standard input if FILE is '-')" \ 1211 "Uncompress FILE (or standard input if FILE is '-')" \
1202 "\n\nOptions:\n" \ 1212 "\n\nOptions:\n" \
1203 " -c Write output to standard output\n" \ 1213 " -c Write output to standard output\n" \
1204 " -f Force read when source is a terminal\n" \ 1214 " -f Force\n" \
1205 " -t Test compressed file integrity" 1215 " -t Test compressed file integrity"
1206#define gunzip_example_usage \ 1216#define gunzip_example_usage \
1207 "$ ls -la /tmp/BusyBox*\n" \ 1217 "$ ls -la /tmp/BusyBox*\n" \
@@ -1218,7 +1228,7 @@
1218 "\n\nOptions:\n" \ 1228 "\n\nOptions:\n" \
1219 " -c Write output to standard output instead of FILE.gz\n" \ 1229 " -c Write output to standard output instead of FILE.gz\n" \
1220 " -d Decompress\n" \ 1230 " -d Decompress\n" \
1221 " -f Force write when destination is a terminal" 1231 " -f Force"
1222#define gzip_example_usage \ 1232#define gzip_example_usage \
1223 "$ ls -la /tmp/busybox*\n" \ 1233 "$ ls -la /tmp/busybox*\n" \
1224 "-rw-rw-r-- 1 andersen andersen 1761280 Apr 14 17:47 /tmp/busybox.tar\n" \ 1234 "-rw-rw-r-- 1 andersen andersen 1761280 Apr 14 17:47 /tmp/busybox.tar\n" \