Skip to content

Commit

Permalink
Fix preview option (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
josesimoes authored Jun 24, 2021
1 parent 119ceab commit bc0abb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nanoFirmwareFlasher/Options.cs
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ public class Options
public bool Deploy { get; set; }

[Option(
"stable",
"preview",
Required = false,
Default = false,
HelpText = "Preview version. Will download the firmware package from the preview repository.")]
Expand Down

0 comments on commit bc0abb3

Please sign in to comment.