~ruther/qmk_firmware

c3b168e6fd8d414f95401dba471bdf6c12240d89 — Erovia 5 years ago 62c1bcb
Fix help message.
1 files changed, 1 insertions(+), 1 deletions(-)

M lib/python/qmk/cli/list/keymaps.py
M lib/python/qmk/cli/list/keymaps.py => lib/python/qmk/cli/list/keymaps.py +1 -1
@@ 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