rename FEATURE_LZMA_ALIAS to just LZMA
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
@@ -254,7 +254,7 @@ IF_MODPROBE_SMALL(APPLET_ODDNAME(lsmod, modprobe, _BB_DIR_SBIN, _BB_SUID_DROP, m
|
||||
IF_LSPCI(APPLET(lspci, _BB_DIR_USR_BIN, _BB_SUID_DROP))
|
||||
IF_LSUSB(APPLET(lsusb, _BB_DIR_USR_BIN, _BB_SUID_DROP))
|
||||
IF_UNLZMA(APPLET_ODDNAME(lzcat, unlzma, _BB_DIR_USR_BIN, _BB_SUID_DROP, lzcat))
|
||||
IF_FEATURE_LZMA_ALIAS(APPLET_ODDNAME(lzma, unlzma, _BB_DIR_USR_BIN, _BB_SUID_DROP, lzma))
|
||||
IF_LZMA(APPLET_ODDNAME(lzma, unlzma, _BB_DIR_USR_BIN, _BB_SUID_DROP, lzma))
|
||||
IF_LZOP(APPLET(lzop, _BB_DIR_BIN, _BB_SUID_DROP))
|
||||
IF_LZOP(APPLET_ODDNAME(lzopcat, lzop, _BB_DIR_USR_BIN, _BB_SUID_DROP, lzopcat))
|
||||
IF_MAKEDEVS(APPLET(makedevs, _BB_DIR_SBIN, _BB_SUID_DROP))
|
||||
|
||||
@@ -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" \
|
||||
|
||||
Reference in New Issue
Block a user