diff options
author | Nick Brassel <nick@tzarc.org> | 2021-01-20 02:19:36 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-20 02:19:36 +1100 |
commit | 78fe155b7241900988f26479b8e417623b137320 (patch) | |
tree | 8b79488a6152bd93f7a99ac1b3ec2e244516e318 /lib/python/qmk/cli | |
parent | 3b1ffd2ede296e17668f8763c7083aa4c9a3ce7d (diff) | |
download | qmk_firmware-78fe155b7241900988f26479b8e417623b137320.tar.gz qmk_firmware-78fe155b7241900988f26479b8e417623b137320.zip |
Fix up comments showing how to execute config migration. (#11621)
Diffstat (limited to 'lib/python/qmk/cli')
-rw-r--r-- | lib/python/qmk/cli/chibios/confmigrate.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/qmk/cli/chibios/confmigrate.py b/lib/python/qmk/cli/chibios/confmigrate.py index b9cfda961..9d2548858 100644 --- a/lib/python/qmk/cli/chibios/confmigrate.py +++ b/lib/python/qmk/cli/chibios/confmigrate.py | |||
@@ -32,7 +32,7 @@ file_header = """\ | |||
32 | 32 | ||
33 | /* | 33 | /* |
34 | * This file was auto-generated by: | 34 | * This file was auto-generated by: |
35 | * `qmk chibios-confupdate -i {0} -r {1}` | 35 | * `qmk chibios-confmigrate -i {0} -r {1}` |
36 | */ | 36 | */ |
37 | 37 | ||
38 | #pragma once | 38 | #pragma once |