diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2010-05-30 03:33:50 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2010-05-30 03:33:50 +0200 |
commit | e04c867a214c4b6318bf1efce9e6681750140d2f (patch) | |
tree | 224eefe7c1b09d2cff50cac1d9650b2d6a0b9b42 /include/usage.h | |
parent | 8bcaa6a4e9f3c88bc86b2064950fcd06d6424230 (diff) |
rename FEATURE_LZMA_ALIAS to just LZMA
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'include/usage.h')
-rw-r--r-- | include/usage.h | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/include/usage.h b/include/usage.h index 13f0b73a2..3aa980cdc 100644 --- a/include/usage.h +++ b/include/usage.h @@ -194,14 +194,6 @@ "\n stp BRIDGE [1/yes/on|0/no/off] STP on/off" \ ) \ -#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 bzip2_trivial_usage \ "[OPTIONS] [FILE]..." #define bzip2_full_usage "\n\n" \ @@ -242,6 +234,14 @@ "\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" \ |