diff options
author | Erovia <erovia@users.noreply.github.com> | 2019-10-10 18:54:12 +0200 |
---|---|---|
committer | skullydazed <skullydazed@users.noreply.github.com> | 2020-02-15 15:19:03 -0800 |
commit | c3b168e6fd8d414f95401dba471bdf6c12240d89 (patch) | |
tree | b1daeca155a59b4705ef561527e9fe8e5799aab9 /lib/python/qmk | |
parent | 62c1bcba71245e64be9a4813d749c0f04805fbcb (diff) |
Fix help message.
Diffstat (limited to 'lib/python/qmk')
-rw-r--r-- | lib/python/qmk/cli/list/keymaps.py | 2 |
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 2f3014f464..6cb21593f4 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 |