aboutsummaryrefslogtreecommitdiff
path: root/docs/cli_commands.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/cli_commands.md')
-rw-r--r--docs/cli_commands.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/cli_commands.md b/docs/cli_commands.md
index 61ce1aa2a..5ab49abd2 100644
--- a/docs/cli_commands.md
+++ b/docs/cli_commands.md
@@ -11,13 +11,13 @@ This command is directory aware. It will automatically fill in KEYBOARD and/or K
11**Usage for Configurator Exports**: 11**Usage for Configurator Exports**:
12 12
13``` 13```
14qmk compile <configuratorExport.json> 14qmk compile [-c] <configuratorExport.json>
15``` 15```
16 16
17**Usage for Keymaps**: 17**Usage for Keymaps**:
18 18
19``` 19```
20qmk compile -kb <keyboard_name> -km <keymap_name> 20qmk compile [-c] [-e <var>=<value>] -kb <keyboard_name> -km <keymap_name>
21``` 21```
22 22
23**Usage in Keyboard Directory**: 23**Usage in Keyboard Directory**:
@@ -82,13 +82,13 @@ This command is directory aware. It will automatically fill in KEYBOARD and/or K
82**Usage for Configurator Exports**: 82**Usage for Configurator Exports**:
83 83
84``` 84```
85qmk flash <configuratorExport.json> -bl <bootloader> 85qmk flash [-bl <bootloader>] [-c] [-e <var>=<value>] <configuratorExport.json>
86``` 86```
87 87
88**Usage for Keymaps**: 88**Usage for Keymaps**:
89 89
90``` 90```
91qmk flash -kb <keyboard_name> -km <keymap_name> -bl <bootloader> 91qmk flash -kb <keyboard_name> -km <keymap_name> [-bl <bootloader>] [-c] [-e <var>=<value>]
92``` 92```
93 93
94**Listing the Bootloaders** 94**Listing the Bootloaders**