diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2009-05-22 14:21:20 +0300 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2009-05-22 14:21:20 +0300 |
commit | 4dd21d23f22569285ae706b58b0e5904b8db1839 (patch) | |
tree | dd8cc265c5220ffcc53ecdddebc0606632c5633e /src | |
parent | If xz is run as lzma, unlzma, or lzcat, simply imply (diff) | |
download | xz-4dd21d23f22569285ae706b58b0e5904b8db1839.tar.xz |
Remove the --info option, which was an alias for --list.
Diffstat (limited to 'src')
-rw-r--r-- | src/xz/args.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/xz/args.c b/src/xz/args.c index 98a9711f..32ab7785 100644 --- a/src/xz/args.c +++ b/src/xz/args.c @@ -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' }, |