update help
This commit is contained in:
parent
29e566ee59
commit
e0b35f61f2
|
@ -25,7 +25,7 @@ def wrap_errors(fn: Callable):
|
||||||
def print_help():
|
def print_help():
|
||||||
options = (
|
options = (
|
||||||
("import", "Add one of the available note types to Anki."),
|
("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."),
|
("export", "Save your note type as a template."),
|
||||||
("-v, --verbose", "Show detailed info when errors occur."),
|
("-v, --verbose", "Show detailed info when errors occur."),
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue