mirror of https://git.tukaani.org/xz.git
Remove the --info option, which was an alias for --list.
This commit is contained in:
parent
8836139b63
commit
4dd21d23f2
|
@ -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' },
|
||||
|
|
Loading…
Reference in New Issue