diff options
author | bug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2002-01-02 13:52:26 +0000 |
---|---|---|
committer | bug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2002-01-02 13:52:26 +0000 |
commit | 207c7487a7afc394d119d2ff13f7586bc126246c (patch) | |
tree | 4f406c877f88a013c4e1dc650ac312640a95cb00 /include/usage.h | |
parent | d3d7a5045c61945e9772f3937f6b03b18d9560cd (diff) | |
download | busybox-w32-207c7487a7afc394d119d2ff13f7586bc126246c.tar.gz busybox-w32-207c7487a7afc394d119d2ff13f7586bc126246c.tar.bz2 busybox-w32-207c7487a7afc394d119d2ff13f7586bc126246c.zip |
unzip applet by Laurence Anderson
----------------------------------------------------------------------
git-svn-id: svn://busybox.net/trunk/busybox@3988 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'include/usage.h')
-rw-r--r-- | include/usage.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/include/usage.h b/include/usage.h index 20e2448fd..cd3af9c55 100644 --- a/include/usage.h +++ b/include/usage.h | |||
@@ -1851,6 +1851,19 @@ | |||
1851 | "\t-u\toutput will be in UNIX format\n" \ | 1851 | "\t-u\toutput will be in UNIX format\n" \ |
1852 | "\t-d\toutput will be in DOS format" | 1852 | "\t-d\toutput will be in DOS format" |
1853 | 1853 | ||
1854 | #define unzip_trivial_usage \ | ||
1855 | "[-opts[modifiers]] file[.zip] [list] [-x xlist] [-d exdir]" | ||
1856 | #define unzip_full_usage \ | ||
1857 | "Extracts files from ZIP archives\n" \ | ||
1858 | "Options:\n" \ | ||
1859 | "\t-l\tlist archive contents (short form)\n" \ | ||
1860 | "\t-n\tnever overwrite existing files (default)\n" \ | ||
1861 | "\t-o\toverwrite files without prompting\n" \ | ||
1862 | "\t-p\tsend output to stdout\n" \ | ||
1863 | "\t-q\tbe quiet\n" \ | ||
1864 | "\t-x\texclude these files\n" \ | ||
1865 | "\t-d\textract files into this directory" | ||
1866 | |||
1854 | #define update_trivial_usage \ | 1867 | #define update_trivial_usage \ |
1855 | "[options]" | 1868 | "[options]" |
1856 | #define update_full_usage \ | 1869 | #define update_full_usage \ |