diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2010-06-06 01:53:38 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2010-06-06 01:53:38 +0200 |
commit | f0f94700610eba964441ce4a112134e03c76eb89 (patch) | |
tree | 2823e4cd344df7f85f0cd94dc87f1133d05fcc19 /include | |
parent | 6c5bf0d347faded028e15d523c26a0d64c6d3920 (diff) | |
download | busybox-f0f94700610eba964441ce4a112134e03c76eb89.tar.gz |
make it possible to keep usage texts in .c files
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
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 @@ #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" \ |