Invalid char '\xe2' replaced with double dash

Signed-off-by: Jiri Podivin <jpodivin@redhat.com>
Change-Id: I4f684116b1d6fe9952490fd5f1e2ee019b0ce035
This commit is contained in:
Jiri Podivin 2021-04-21 09:38:41 +02:00
parent 3b8a90ad9b
commit 132d2801db
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ class ValidationCliApp(App):
:param description: one-liner explaining the program purpose
:param version: application version number
:param command_manager: plugin loader
:param deferred_help: Allow subcommands to accept `help` with allowing
:param deferred_help: Allow subcommands to accept `--help` with allowing
to defer help print after initialize_app
"""