Skip to content

Commit

Permalink
Fix help message.
Browse files Browse the repository at this point in the history
  • Loading branch information
Erovia authored and skullydazed committed Feb 15, 2020
1 parent 62c1bcb commit c3b168e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/python/qmk/cli/list/keymaps.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c3b168e

Please sign in to comment.