From e0b35f61f27d7ef0db1b96a48dbaf5ba34d71b90 Mon Sep 17 00:00:00 2001 From: Ren Tatsumoto Date: Mon, 24 Oct 2022 00:17:37 +0300 Subject: [PATCH] update help --- antp/__main__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/antp/__main__.py b/antp/__main__.py index fcd480e..047426d 100644 --- a/antp/__main__.py +++ b/antp/__main__.py @@ -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."), )