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