diff --git a/README.org b/README.org index 44e335e..f0eebc5 100644 --- a/README.org +++ b/README.org @@ -191,6 +191,7 @@ options: --lu, --list-tags-unknown-to-vocabulary List all file-tags which are found in file names but are not part of .filetags --tag-gardening This is for getting an overview on tags that might require to be renamed (typos, singular/plural, ...). See also http://www.webology.org/2008/v5n3/a58.html + --force-cv Only allow tags that are part of the controlled vocabulary (.filetags) -v, --verbose Enable verbose mode -q, --quiet Enable quiet mode --version Display version and exit diff --git a/filetags/__init__.py b/filetags/__init__.py index 70739a9..f5b82b5 100755 --- a/filetags/__init__.py +++ b/filetags/__init__.py @@ -2421,9 +2421,6 @@ def ask_for_tags(vocabulary, controlled_vocabulary, upto9_tags_for_shortcuts, ta print(colorama.Fore.RED + "No controlled vocabulary (.filetags) found; --force-cv disabled." + colorama.Style.RESET_ALL) force_cv_enabled = False - if force_cv_enabled: - hint_str = hint_str + " (tags must match your controlled vocabulary)" - previous_input = None previous_error = None while True: