diff options
author | Erovia <erovia@users.noreply.github.com> | 2019-10-24 20:33:58 +0200 |
---|---|---|
committer | skullydazed <skullydazed@users.noreply.github.com> | 2020-02-15 15:19:03 -0800 |
commit | 3ed1223678d3ec40f4cceecd320dd1112cdfb157 (patch) | |
tree | aba0df6ac06a6e8632b1a24fe55c0a392e841394 /docs/cli.md | |
parent | d257a98cb80a90f116072c882753039b10a5e042 (diff) | |
download | qmk_firmware-3ed1223678d3ec40f4cceecd320dd1112cdfb157.tar.gz qmk_firmware-3ed1223678d3ec40f4cceecd320dd1112cdfb157.zip |
Drop bs4 dependency, update docs, minor improvements
Diffstat (limited to 'docs/cli.md')
-rw-r--r-- | docs/cli.md | 4 |
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` | |||
252 | qmk list-keyboards | 252 | qmk list-keyboards |
253 | ``` | 253 | ``` |
254 | 254 | ||
255 | ## `qmk list_keymaps` | 255 | ## `qmk list-keymaps` |
256 | 256 | ||
257 | This command lists all the keymaps for a specified keyboard (and revision). | 257 | This command lists all the keymaps for a specified keyboard (and revision). |
258 | 258 | ||
259 | **Usage**: | 259 | **Usage**: |
260 | 260 | ||
261 | ``` | 261 | ``` |
262 | qmk list_keymaps -kb planck/ez | 262 | qmk list-keymaps -kb planck/ez |
263 | ``` | 263 | ``` |
264 | 264 | ||
265 | ## `qmk new-keymap` | 265 | ## `qmk new-keymap` |