summaryrefslogtreecommitdiff
path: root/include/usage.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/usage.h')
-rw-r--r--include/usage.h13
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 \