diff options
| author | jvoisin | 2011-10-31 18:27:34 +0100 |
|---|---|---|
| committer | jvoisin | 2011-10-31 18:27:34 +0100 |
| commit | 2b9e2102999ac0d73507979be6499c9c6fc59b5a (patch) | |
| tree | 136ffc61beccee2110cc727ae0830aaf07785bae /mat-cli | |
| parent | 6732a9e0ffe826d6d93831379a2326f2390587cd (diff) | |
Fix documentation
Diffstat (limited to 'mat-cli')
| -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', |
