Skip to content
This repository was archived by the owner on Jul 9, 2024. It is now read-only.

Commit 0ea0512

Browse files
committed
fix(cli): use correct option for repo switch
1 parent 1e660dd commit 0ea0512

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

cli/commands/flash.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ export const flashCommand = ({
122122
description: `GitHub token`,
123123
},
124124
{
125-
flags: '--repo <firmwareRepository>',
125+
flags: '-r, --firmware-repository <firmwareRepository>',
126126
description: `Firmware repository to pull the release from.`,
127127
},
128128
],
@@ -137,8 +137,8 @@ export const flashCommand = ({
137137
secTag,
138138
debug,
139139
ghToken,
140-
firmwareRepository,
141140
atClient,
141+
firmwareRepository,
142142
},
143143
) => {
144144
if (

0 commit comments

Comments
 (0)