fix qmk completion

- fix wrong short flag name
This commit is contained in:
Shohei YOSHIDA 2026-03-08 22:57:21 +09:00
parent c1b7ac5bf0
commit eeda4af31d
No known key found for this signature in database
GPG Key ID: C9A1BB11BB940CF2
1 changed files with 1 additions and 1 deletions

View File

@ -242,7 +242,7 @@ _qmk_flash() {
'(-c --clean)'{-c,--clean}'[Remove object files before compiling]' \
\*{-e,--env}'[Set a variable to be passed to make]:env' \
'(-j --parallel)'{-j,--parallel}'[Set the number of parallel make jobs; 0 means unlimited]' \
'(-n --dry-run)'{-d,--dry-run}"[Don't actually build, just show the make command to be run]" \
'(-n --dry-run)'{-n,--dry-run}"[Don't actually build, just show the make command to be run]" \
'(-km --keymap)'{-km,--keymap}'[The keymap to build a firmware for]:keymap' \
'(-kb --keyboard)'{-kb,--keyboard}'[The keyboard to build a firmware for]:keyboard' \
'(-m --mcu)'{-m,--mcu}'[The MCS name]:mcu' \