diff options
Diffstat (limited to 'lib/python/qmk/cli/flash.py')
| -rw-r--r-- | lib/python/qmk/cli/flash.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/python/qmk/cli/flash.py b/lib/python/qmk/cli/flash.py index f8497071e..cefb9ca31 100644 --- a/lib/python/qmk/cli/flash.py +++ b/lib/python/qmk/cli/flash.py | |||
| @@ -27,6 +27,7 @@ def print_bootloader_help(): | |||
| 27 | cli.echo('\tdfu-util-split-left') | 27 | cli.echo('\tdfu-util-split-left') |
| 28 | cli.echo('\tdfu-util-split-right') | 28 | cli.echo('\tdfu-util-split-right') |
| 29 | cli.echo('\tst-link-cli') | 29 | cli.echo('\tst-link-cli') |
| 30 | cli.echo('\tst-flash') | ||
| 30 | cli.echo('For more info, visit https://docs.qmk.fm/#/flashing') | 31 | cli.echo('For more info, visit https://docs.qmk.fm/#/flashing') |
| 31 | 32 | ||
| 32 | 33 | ||
