diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2009-05-23 16:57:21 +0300 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2009-05-23 16:57:21 +0300 |
commit | b4f5c814090dc07d4350453576305e41eb9c998d (patch) | |
tree | 9195c72d1127ac9374f204217e3cb172c082f68b /src | |
parent | Add support for specifying the BCJ filter start offset (diff) | |
download | xz-b4f5c814090dc07d4350453576305e41eb9c998d.tar.xz |
Remove undocumented alternative option names --bcj, --ppc,
and --itanium.
Diffstat (limited to 'src')
-rw-r--r-- | src/xz/args.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/xz/args.c b/src/xz/args.c index 835912ba..57f34823 100644 --- a/src/xz/args.c +++ b/src/xz/args.c @@ -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 }, |