aboutsummaryrefslogtreecommitdiff
path: root/usage.h
diff options
context:
space:
mode:
Diffstat (limited to 'usage.h')
-rw-r--r--usage.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/usage.h b/usage.h
index f504ac1b8..0b095a4da 100644
--- a/usage.h
+++ b/usage.h
@@ -51,6 +51,12 @@
51 "$ basename /foo/bar.txt .txt\n" \ 51 "$ basename /foo/bar.txt .txt\n" \
52 "bar" 52 "bar"
53 53
54#define bunzip2_trivial_usage \
55 "FILE"
56#define bunzip2_full_usage \
57 "Uncompress FILE to current directory, stripping its .bz2 extension.\n"\
58 " -k is assumed"
59
54#define cat_trivial_usage \ 60#define cat_trivial_usage \
55 "[FILE]..." 61 "[FILE]..."
56#define cat_full_usage \ 62#define cat_full_usage \