diff options
Diffstat (limited to 'main.py')
| -rwxr-xr-x | main.py | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -27,12 +27,12 @@ def create_arg_parser(): | |||
| 27 | parser.add_argument('files', nargs='*') | 27 | parser.add_argument('files', nargs='*') |
| 28 | parser.add_argument('-v', '--version', action='version', | 28 | parser.add_argument('-v', '--version', action='version', |
| 29 | version='MAT2 %s' % __version__) | 29 | version='MAT2 %s' % __version__) |
| 30 | parser.add_argument('-l', '--list', action='store_true', | ||
| 31 | help='list all supported fileformats') | ||
| 30 | 32 | ||
| 31 | info = parser.add_argument_group('Information') | 33 | info = parser.add_argument_group('Information') |
| 32 | info.add_argument('-c', '--check', action='store_true', | 34 | info.add_argument('-c', '--check', action='store_true', |
| 33 | help='check if a file is free of harmful metadatas') | 35 | help='check if a file is free of harmful metadatas') |
| 34 | info.add_argument('-l', '--list', action='store_true', | ||
| 35 | help='list all supported fileformats') | ||
| 36 | info.add_argument('-s', '--show', action='store_true', | 36 | info.add_argument('-s', '--show', action='store_true', |
| 37 | help='list all the harmful metadata of a file without removing them') | 37 | help='list all the harmful metadata of a file without removing them') |
| 38 | info.add_argument('-L', '--lightweight', action='store_true', | 38 | info.add_argument('-L', '--lightweight', action='store_true', |
