aboutsummaryrefslogtreecommitdiffstats
path: root/docs/cli.md
diff options
context:
space:
mode:
authorErovia <erovia@users.noreply.github.com>2019-10-24 20:33:58 +0200
committerskullydazed <skullydazed@users.noreply.github.com>2020-02-15 15:19:03 -0800
commit3ed1223678d3ec40f4cceecd320dd1112cdfb157 (patch)
treeaba0df6ac06a6e8632b1a24fe55c0a392e841394 /docs/cli.md
parentd257a98cb80a90f116072c882753039b10a5e042 (diff)
downloadfirmware-3ed1223678d3ec40f4cceecd320dd1112cdfb157.tar.gz
firmware-3ed1223678d3ec40f4cceecd320dd1112cdfb157.tar.bz2
firmware-3ed1223678d3ec40f4cceecd320dd1112cdfb157.zip
Drop bs4 dependency, update docs, minor improvements
Diffstat (limited to 'docs/cli.md')
-rw-r--r--docs/cli.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/cli.md b/docs/cli.md
index f2b433fbb..8ee8ab0e8 100644
--- a/docs/cli.md
+++ b/docs/cli.md
@@ -252,14 +252,14 @@ This command lists all the keyboards currently defined in `qmk_firmware`
qmk list-keyboards
```
-## `qmk list_keymaps`
+## `qmk list-keymaps`
This command lists all the keymaps for a specified keyboard (and revision).
**Usage**:
```
-qmk list_keymaps -kb planck/ez
+qmk list-keymaps -kb planck/ez
```
## `qmk new-keymap`