diff options
Diffstat (limited to 'docs/cli.md')
-rw-r--r-- | docs/cli.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/cli.md b/docs/cli.md index 7c3effcc0..eda365d87 100644 --- a/docs/cli.md +++ b/docs/cli.md | |||
@@ -167,8 +167,7 @@ $ qmk compile -kb dz60 | |||
167 | ## `qmk flash` | 167 | ## `qmk flash` |
168 | 168 | ||
169 | This command is similar to `qmk compile`, but can also target a bootloader. The bootloader is optional, and is set to `:flash` by default. | 169 | This command is similar to `qmk compile`, but can also target a bootloader. The bootloader is optional, and is set to `:flash` by default. |
170 | To specify a different bootloader, use `-bl <bootloader>`. Visit <https://docs.qmk.fm/#/flashing> | 170 | To specify a different bootloader, use `-bl <bootloader>`. Visit the [Flashing Firmware](flashing.md) guide for more details of the available bootloaders. |
171 | for more details of the available bootloaders. | ||
172 | 171 | ||
173 | **Usage for Configurator Exports**: | 172 | **Usage for Configurator Exports**: |
174 | 173 | ||