diff options
Diffstat (limited to 'cli.py')
| -rwxr-xr-x | cli.py | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -137,7 +137,7 @@ def main(): | |||
| 137 | func = is_clean | 137 | func = is_clean |
| 138 | elif args.ugly is True: # destructive anonymisation method | 138 | elif args.ugly is True: # destructive anonymisation method |
| 139 | func = clean_meta_ugly | 139 | func = clean_meta_ugly |
| 140 | elif args.list is True: | 140 | elif args.list is True: # print the list of all supported format |
| 141 | list_supported() | 141 | list_supported() |
| 142 | else: # clean the file | 142 | else: # clean the file |
| 143 | func = clean_meta | 143 | func = clean_meta |
