Skip to content

Commit bc0abb3

Browse files
authored
Fix preview option (#58)
1 parent 119ceab commit bc0abb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nanoFirmwareFlasher/Options.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ public class Options
231231
public bool Deploy { get; set; }
232232

233233
[Option(
234-
"stable",
234+
"preview",
235235
Required = false,
236236
Default = false,
237237
HelpText = "Preview version. Will download the firmware package from the preview repository.")]

0 commit comments

Comments
 (0)