summaryrefslogtreecommitdiff
path: root/cli.py
diff options
context:
space:
mode:
Diffstat (limited to 'cli.py')
-rwxr-xr-xcli.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli.py b/cli.py
index a540258..7c4c399 100755
--- a/cli.py
+++ b/cli.py
@@ -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