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 a9c4c42..78c0a0f 100644 --- a/include/usage.h +++ b/include/usage.src.h @@ -15,6 +15,8 @@ #define NOUSAGE_STR "\b" +INSERT + #define acpid_trivial_usage \ "[-d] [-c CONFDIR] [-l LOGFILE] [-e PROC_EVENT_FILE] [EVDEV_EVENT_FILE]..." #define acpid_full_usage "\n\n" \ @@ -234,19 +236,6 @@ "\n -v Verbose" \ "\n -F Don't store or verify checksum" \ -#define bunzip2_trivial_usage \ - "[OPTIONS] [FILE]..." -#define bunzip2_full_usage "\n\n" \ - "Decompress FILEs (or stdin)\n" \ - "\nOptions:" \ - "\n -c Write to stdout" \ - "\n -f Force" \ - -#define bzcat_trivial_usage \ - "FILE" -#define bzcat_full_usage "\n\n" \ - "Decompress to stdout" - #define unlzma_trivial_usage \ "[OPTIONS] [FILE]..." #define unlzma_full_usage "\n\n" \ |