Improve docs

This commit is contained in:
Jonathan Neidel 2026-02-10 14:49:16 +01:00
parent fc96c273d6
commit c87ad56077
2 changed files with 1 additions and 3 deletions

View file

@ -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

View file

@ -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: