diff options
| -rwxr-xr-x | mat-cli | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -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', |
