Skip to content
Snippets Groups Projects
Commit 7dd9e8bc authored by Julien (jvoisin) Voisin's avatar Julien (jvoisin) Voisin
Browse files

Clear a bit the help of the cli

parent 1aac0967
No related branches found
No related tags found
No related merge requests found
......@@ -27,12 +27,12 @@ def create_arg_parser():
parser.add_argument('files', nargs='*')
parser.add_argument('-v', '--version', action='version',
version='MAT2 %s' % __version__)
parser.add_argument('-l', '--list', action='store_true',
help='list all supported fileformats')
info = parser.add_argument_group('Information')
info.add_argument('-c', '--check', action='store_true',
help='check if a file is free of harmful metadatas')
info.add_argument('-l', '--list', action='store_true',
help='list all supported fileformats')
info.add_argument('-s', '--show', action='store_true',
help='list all the harmful metadata of a file without removing them')
info.add_argument('-L', '--lightweight', action='store_true',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment