1
0
Fork 0
mirror of https://git.tukaani.org/xz.git synced 2024-04-04 12:36:23 +02:00

Remove the --info option, which was an alias for --list.

This commit is contained in:
Lasse Collin 2009-05-22 14:21:20 +03:00
parent 8836139b63
commit 4dd21d23f2

View 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' },