mirror of https://git.tukaani.org/xz.git
Remove undocumented alternative option names --bcj, --ppc,
and --itanium.
This commit is contained in:
parent
b1edee2cdc
commit
b4f5c81409
|
@ -81,11 +81,8 @@ parse_real(args_info *args, int argc, char **argv)
|
||||||
{ "lzma1", optional_argument, NULL, OPT_LZMA1 },
|
{ "lzma1", optional_argument, NULL, OPT_LZMA1 },
|
||||||
{ "lzma2", optional_argument, NULL, OPT_LZMA2 },
|
{ "lzma2", optional_argument, NULL, OPT_LZMA2 },
|
||||||
{ "x86", optional_argument, NULL, OPT_X86 },
|
{ "x86", optional_argument, NULL, OPT_X86 },
|
||||||
{ "bcj", optional_argument, NULL, OPT_X86 },
|
|
||||||
{ "powerpc", optional_argument, NULL, OPT_POWERPC },
|
{ "powerpc", optional_argument, NULL, OPT_POWERPC },
|
||||||
{ "ppc", optional_argument, NULL, OPT_POWERPC },
|
|
||||||
{ "ia64", optional_argument, NULL, OPT_IA64 },
|
{ "ia64", optional_argument, NULL, OPT_IA64 },
|
||||||
{ "itanium", optional_argument, NULL, OPT_IA64 },
|
|
||||||
{ "arm", optional_argument, NULL, OPT_ARM },
|
{ "arm", optional_argument, NULL, OPT_ARM },
|
||||||
{ "armthumb", optional_argument, NULL, OPT_ARMTHUMB },
|
{ "armthumb", optional_argument, NULL, OPT_ARMTHUMB },
|
||||||
{ "sparc", optional_argument, NULL, OPT_SPARC },
|
{ "sparc", optional_argument, NULL, OPT_SPARC },
|
||||||
|
|
Loading…
Reference in New Issue