From eeda4af31dea43a8b4582a3d93b32a6cd4608307 Mon Sep 17 00:00:00 2001 From: Shohei YOSHIDA Date: Sun, 8 Mar 2026 22:57:21 +0900 Subject: [PATCH] fix qmk completion - fix wrong short flag name --- src/_qmk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/_qmk b/src/_qmk index 65fd13f..0e319ac 100644 --- a/src/_qmk +++ b/src/_qmk @@ -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' \