mirror of
https://git.tukaani.org/xz.git
synced 2024-04-04 12:36:23 +02:00
Remove undocumented alternative option names --bcj, --ppc,
and --itanium.
This commit is contained in:
parent
b1edee2cdc
commit
b4f5c81409
1 changed files with 0 additions and 3 deletions
|
@ -81,11 +81,8 @@ parse_real(args_info *args, int argc, char **argv)
|
|||
{ "lzma1", optional_argument, NULL, OPT_LZMA1 },
|
||||
{ "lzma2", optional_argument, NULL, OPT_LZMA2 },
|
||||
{ "x86", optional_argument, NULL, OPT_X86 },
|
||||
{ "bcj", optional_argument, NULL, OPT_X86 },
|
||||
{ "powerpc", optional_argument, NULL, OPT_POWERPC },
|
||||
{ "ppc", optional_argument, NULL, OPT_POWERPC },
|
||||
{ "ia64", optional_argument, NULL, OPT_IA64 },
|
||||
{ "itanium", optional_argument, NULL, OPT_IA64 },
|
||||
{ "arm", optional_argument, NULL, OPT_ARM },
|
||||
{ "armthumb", optional_argument, NULL, OPT_ARMTHUMB },
|
||||
{ "sparc", optional_argument, NULL, OPT_SPARC },
|
||||
|
|
Loading…
Reference in a new issue