diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/usage.src.h (renamed from include/usage.h) | 15 |
1 files changed, 2 insertions, 13 deletions
diff --git a/include/usage.h b/include/usage.src.h index a9c4c4294..78c0a0f1c 100644 --- a/include/usage.h +++ b/include/usage.src.h | |||
@@ -15,6 +15,8 @@ | |||
15 | 15 | ||
16 | #define NOUSAGE_STR "\b" | 16 | #define NOUSAGE_STR "\b" |
17 | 17 | ||
18 | INSERT | ||
19 | |||
18 | #define acpid_trivial_usage \ | 20 | #define acpid_trivial_usage \ |
19 | "[-d] [-c CONFDIR] [-l LOGFILE] [-e PROC_EVENT_FILE] [EVDEV_EVENT_FILE]..." | 21 | "[-d] [-c CONFDIR] [-l LOGFILE] [-e PROC_EVENT_FILE] [EVDEV_EVENT_FILE]..." |
20 | #define acpid_full_usage "\n\n" \ | 22 | #define acpid_full_usage "\n\n" \ |
@@ -234,19 +236,6 @@ | |||
234 | "\n -v Verbose" \ | 236 | "\n -v Verbose" \ |
235 | "\n -F Don't store or verify checksum" \ | 237 | "\n -F Don't store or verify checksum" \ |
236 | 238 | ||
237 | #define bunzip2_trivial_usage \ | ||
238 | "[OPTIONS] [FILE]..." | ||
239 | #define bunzip2_full_usage "\n\n" \ | ||
240 | "Decompress FILEs (or stdin)\n" \ | ||
241 | "\nOptions:" \ | ||
242 | "\n -c Write to stdout" \ | ||
243 | "\n -f Force" \ | ||
244 | |||
245 | #define bzcat_trivial_usage \ | ||
246 | "FILE" | ||
247 | #define bzcat_full_usage "\n\n" \ | ||
248 | "Decompress to stdout" | ||
249 | |||
250 | #define unlzma_trivial_usage \ | 239 | #define unlzma_trivial_usage \ |
251 | "[OPTIONS] [FILE]..." | 240 | "[OPTIONS] [FILE]..." |
252 | #define unlzma_full_usage "\n\n" \ | 241 | #define unlzma_full_usage "\n\n" \ |