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
1 changed files with 0 additions and 1 deletions

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