From b4f5c814090dc07d4350453576305e41eb9c998d Mon Sep 17 00:00:00 2001 From: Lasse Collin Date: Sat, 23 May 2009 16:57:21 +0300 Subject: Remove undocumented alternative option names --bcj, --ppc, and --itanium. --- src/xz/args.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/xz/args.c') 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 }, -- cgit v1.2.3