summaryrefslogtreecommitdiff
path: root/mat-cli
diff options
context:
space:
mode:
authorjvoisin2011-10-31 18:27:34 +0100
committerjvoisin2011-10-31 18:27:34 +0100
commit2b9e2102999ac0d73507979be6499c9c6fc59b5a (patch)
tree136ffc61beccee2110cc727ae0830aaf07785bae /mat-cli
parent6732a9e0ffe826d6d93831379a2326f2390587cd (diff)
Fix documentation
Diffstat (limited to 'mat-cli')
-rwxr-xr-xmat-cli2
1 files changed, 1 insertions, 1 deletions
diff --git a/mat-cli b/mat-cli
index a83891a..995e69b 100755
--- a/mat-cli
+++ b/mat-cli
@@ -34,7 +34,7 @@ The default behaviour is to clean files given in argument')
34 info.add_option('--check', '-c', action='store_true', default=False, 34 info.add_option('--check', '-c', action='store_true', default=False,
35 help='Check if a file is free of harmful metadatas') 35 help='Check if a file is free of harmful metadatas')
36 info.add_option('--display', '-d', action='store_true', default=False, 36 info.add_option('--display', '-d', action='store_true', default=False,
37 help='List all the meta of a file without removing them') 37 help='List all the harmful meta of a file without removing them')
38 info.add_option('--list', '-l', action='store_true', default=False, 38 info.add_option('--list', '-l', action='store_true', default=False,
39 help='List all supported fileformat') 39 help='List all supported fileformat')
40 info.add_option('--version', '-v', action='callback', 40 info.add_option('--version', '-v', action='callback',