diff options
Diffstat (limited to 'include/usage.h')
-rw-r--r-- | include/usage.h | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/include/usage.h b/include/usage.h index 3aa980cdc..a9c4c4294 100644 --- a/include/usage.h +++ b/include/usage.h | |||
@@ -269,6 +269,28 @@ | |||
269 | #define lzcat_full_usage "\n\n" \ | 269 | #define lzcat_full_usage "\n\n" \ |
270 | "Decompress to stdout" | 270 | "Decompress to stdout" |
271 | 271 | ||
272 | #define unxz_trivial_usage \ | ||
273 | "[OPTIONS] [FILE]..." | ||
274 | #define unxz_full_usage "\n\n" \ | ||
275 | "Decompress FILE (or stdin)\n" \ | ||
276 | "\nOptions:" \ | ||
277 | "\n -c Write to stdout" \ | ||
278 | "\n -f Force" \ | ||
279 | |||
280 | #define xz_trivial_usage \ | ||
281 | "-d [OPTIONS] [FILE]..." | ||
282 | #define xz_full_usage "\n\n" \ | ||
283 | "Decompress FILE (or stdin)\n" \ | ||
284 | "\nOptions:" \ | ||
285 | "\n -d Decompress" \ | ||
286 | "\n -c Write to stdout" \ | ||
287 | "\n -f Force" \ | ||
288 | |||
289 | #define xzcat_trivial_usage \ | ||
290 | "FILE" | ||
291 | #define xzcat_full_usage "\n\n" \ | ||
292 | "Decompress to stdout" | ||
293 | |||
272 | #define cal_trivial_usage \ | 294 | #define cal_trivial_usage \ |
273 | "[-jy] [[MONTH] YEAR]" | 295 | "[-jy] [[MONTH] YEAR]" |
274 | #define cal_full_usage "\n\n" \ | 296 | #define cal_full_usage "\n\n" \ |