Remove the --info option, which was an alias for --list.
authorLasse Collin <lasse.collin@tukaani.org>
Fri, 22 May 2009 11:21:20 +0000 (14:21 +0300)
committerLasse Collin <lasse.collin@tukaani.org>
Fri, 22 May 2009 11:21:20 +0000 (14:21 +0300)
src/xz/args.c

index 98a9711..32ab778 100644 (file)
@@ -55,7 +55,6 @@ parse_real(args_info *args, int argc, char **argv)
                { "uncompress",     no_argument,       NULL,  'd' },
                { "test",           no_argument,       NULL,  't' },
                { "list",           no_argument,       NULL,  'l' },
-               { "info",           no_argument,       NULL,  'l' },
 
                // Operation modifiers
                { "keep",           no_argument,       NULL,  'k' },