aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorErovia <erovia@users.noreply.github.com>2019-10-10 18:54:12 +0200
committerskullydazed <skullydazed@users.noreply.github.com>2020-02-15 15:19:03 -0800
commitc3b168e6fd8d414f95401dba471bdf6c12240d89 (patch)
treeb1daeca155a59b4705ef561527e9fe8e5799aab9 /lib
parent62c1bcba71245e64be9a4813d749c0f04805fbcb (diff)
downloadfirmware-c3b168e6fd8d414f95401dba471bdf6c12240d89.tar.gz
firmware-c3b168e6fd8d414f95401dba471bdf6c12240d89.tar.bz2
firmware-c3b168e6fd8d414f95401dba471bdf6c12240d89.zip
Fix help message.
Diffstat (limited to 'lib')
-rw-r--r--lib/python/qmk/cli/list/keymaps.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/qmk/cli/list/keymaps.py b/lib/python/qmk/cli/list/keymaps.py
index 2f3014f46..6cb21593f 100644
--- a/lib/python/qmk/cli/list/keymaps.py
+++ b/lib/python/qmk/cli/list/keymaps.py
@@ -54,7 +54,7 @@ def find_keymaps(base_path, revision = "", community = False):
return names
@cli.argument("-kb", "--keyboard", help="Specify keyboard name. Example: 1upkeyboards/1up60hse")
-@cli.argument("-rv", "--revision", help="Specify the revison name. All revision if not specified. Example: rev6")
+@cli.argument("-rv", "--revision", help="Specify the revison name. Example: rev6")
@cli.subcommand("List the keymaps for a specific keyboard")
def list_keymaps(cli):
"""List the keymaps for a specific keyboard