aboutsummaryrefslogtreecommitdiff
path: root/include/usage.h
diff options
context:
space:
mode:
authorbug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277>2002-11-01 23:38:54 +0000
committerbug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277>2002-11-01 23:38:54 +0000
commit86e8c1288073da2a848e8e119555cd945f802101 (patch)
tree4f0dbf581511eaaa3f0f86878f7e693a9faac6ce /include/usage.h
parent71d4d854e50d2ae06e8d542b60b386cf25a1e0c9 (diff)
downloadbusybox-w32-86e8c1288073da2a848e8e119555cd945f802101.tar.gz
busybox-w32-86e8c1288073da2a848e8e119555cd945f802101.tar.bz2
busybox-w32-86e8c1288073da2a848e8e119555cd945f802101.zip
Make uncompress a seperate applet so it doesnt pull in all the gunzip code
git-svn-id: svn://busybox.net/trunk/busybox@5771 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'include/usage.h')
-rw-r--r--include/usage.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/usage.h b/include/usage.h
index fb126a007..8ea8c5a92 100644
--- a/include/usage.h
+++ b/include/usage.h
@@ -2032,6 +2032,14 @@
2032 "$ uname -a\n" \ 2032 "$ uname -a\n" \
2033 "Linux debian 2.2.15pre13 #5 Tue Mar 14 16:03:50 MST 2000 i686 unknown\n" 2033 "Linux debian 2.2.15pre13 #5 Tue Mar 14 16:03:50 MST 2000 i686 unknown\n"
2034 2034
2035#define uncompress_trivial_usage \
2036 "[-c] [-f] [ name ... ]"
2037#define uncompress_full_usage \
2038 "Uncompress .Z file[s]\n" \
2039 "Options:\n" \
2040 "\t-c\textract to stdout\n" \
2041 "\t-f\tforce overwrite an existing file\n"
2042
2035#define uniq_trivial_usage \ 2043#define uniq_trivial_usage \
2036 "[OPTION]... [INPUT [OUTPUT]]" 2044 "[OPTION]... [INPUT [OUTPUT]]"
2037#define uniq_full_usage \ 2045#define uniq_full_usage \