aboutsummaryrefslogtreecommitdiff
path: root/include/usage.h
diff options
context:
space:
mode:
authorbug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-11-18 14:20:25 +0000
committerbug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-11-18 14:20:25 +0000
commiteeb4df24df5c07b12d8ad31c81769a8d905dce02 (patch)
treeef99119582637a44a5a065ac235f6999c85083d8 /include/usage.h
parentd6b78b3a9de30ac86efd859eb48e7c2f16198f99 (diff)
downloadbusybox-w32-eeb4df24df5c07b12d8ad31c81769a8d905dce02.tar.gz
busybox-w32-eeb4df24df5c07b12d8ad31c81769a8d905dce02.tar.bz2
busybox-w32-eeb4df24df5c07b12d8ad31c81769a8d905dce02.zip
bzcat and bunzip -c support from Thomas Lundquist
git-svn-id: svn://busybox.net/trunk/busybox@3701 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'include/usage.h')
-rw-r--r--include/usage.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/include/usage.h b/include/usage.h
index 12d5e1ed5..df1c18ec7 100644
--- a/include/usage.h
+++ b/include/usage.h
@@ -52,11 +52,17 @@
52 "bar" 52 "bar"
53 53
54#define bunzip2_trivial_usage \ 54#define bunzip2_trivial_usage \
55 "FILE" 55 "[-c] FILE"
56#define bunzip2_full_usage \ 56#define bunzip2_full_usage \
57 "Uncompress FILE to current directory, stripping its .bz2 extension.\n"\ 57 "Uncompress FILE to current directory, stripping its .bz2 extension.\n"\
58 " -c output to stdout\n"\
58 " -k is assumed" 59 " -k is assumed"
59 60
61#define bzcat_trivial_usage \
62 "FILE"
63#define bzcat_full_usage \
64 "Uncompress to stdout."
65
60#define cat_trivial_usage \ 66#define cat_trivial_usage \
61 "[FILE]..." 67 "[FILE]..."
62#define cat_full_usage \ 68#define cat_full_usage \