This commit is contained in:
Ivan Habunek 2020-01-02 10:34:00 +01:00
parent b6749fb0f1
commit 0fed933123
No known key found for this signature in database
GPG Key ID: CDBD63C43A30BB95
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ def editor(value):
Command = namedtuple("Command", ["name", "description", "require_auth", "arguments"])
# Aruguments added to every command
# Arguments added to every command
common_args = [
(["--no-color"], {
"help": "don't use ANSI colors in output",