update help

This commit is contained in:
Ren Tatsumoto 2022-10-24 00:17:37 +03:00
parent 29e566ee59
commit e0b35f61f2

View file

@ -25,7 +25,7 @@ def wrap_errors(fn: Callable):
def print_help():
options = (
("import", "Add one of the available note types to Anki."),
("update", "Overwrite a previously imported note type with new data."),
("update", "Overwrite a previously imported note type with new data. Fields will not be updated."),
("export", "Save your note type as a template."),
("-v, --verbose", "Show detailed info when errors occur."),
)