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 | |
| parent | 62c1bcba71245e64be9a4813d749c0f04805fbcb (diff) | |
| download | qmk_firmware-c3b168e6fd8d414f95401dba471bdf6c12240d89.tar.gz qmk_firmware-c3b168e6fd8d414f95401dba471bdf6c12240d89.zip | |
Fix help message.
| -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 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): | |||
| 54 | return names | 54 | return names |
| 55 | 55 | ||
| 56 | @cli.argument("-kb", "--keyboard", help="Specify keyboard name. Example: 1upkeyboards/1up60hse") | 56 | @cli.argument("-kb", "--keyboard", help="Specify keyboard name. Example: 1upkeyboards/1up60hse") |
| 57 | @cli.argument("-rv", "--revision", help="Specify the revison name. All revision if not specified. Example: rev6") | 57 | @cli.argument("-rv", "--revision", help="Specify the revison name. Example: rev6") |
| 58 | @cli.subcommand("List the keymaps for a specific keyboard") | 58 | @cli.subcommand("List the keymaps for a specific keyboard") |
| 59 | def list_keymaps(cli): | 59 | def list_keymaps(cli): |
| 60 | """List the keymaps for a specific keyboard | 60 | """List the keymaps for a specific keyboard |
