diff options
Diffstat (limited to 'src/usage.c')
| -rw-r--r-- | src/usage.c | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/src/usage.c b/src/usage.c index f25e707..7615d2e 100644 --- a/src/usage.c +++ b/src/usage.c @@ -1,9 +1,10 @@ const char *usage_msg[] = { " -a: convert EOLs and tabs in text files.", - " -d output-dir: set output directory (created if needed).", + " -aa: convert EOLs and tabs in ALL files.", + " -d: set output directory (created if needed).", " -e: extract files (redundant; this is the default action).", " -f: fix (remove) junk at EOF.", - " -h, --help: show this help message.", + " -h: show this help message.", " -k: keep trailing periods (dots) in filenames.", " -l: list files in archive (filenames only).", " -L: use lowercase filenames.", @@ -12,7 +13,7 @@ const char *usage_msg[] = { " -q: quiet: don't print filenames during extraction/testing.", " -t: test archive.", " -v: verbose listing of archive contents.", - " -V, --version: show version number.", - " -x wildcard: exclude <wildcard>. may be given multiple times.", + " -V: show version number.", + " -x: exclude <wildcard>. may be given multiple times.", (const char*)0 }; |
