From c3b168e6fd8d414f95401dba471bdf6c12240d89 Mon Sep 17 00:00:00 2001 From: Erovia Date: Thu, 10 Oct 2019 18:54:12 +0200 Subject: [PATCH] Fix help message. --- lib/python/qmk/cli/list/keymaps.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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