Skip to content

Commit

Permalink
Default verbosity is now normal (#219)
Browse files Browse the repository at this point in the history
  • Loading branch information
josesimoes authored May 31, 2023
1 parent 0fc0a2f commit a6f29ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nanoFirmwareFlasher.Tool/Options.cs
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ public class Options
'v',
"verbosity",
Required = false,
Default = "d",
Default = "n",
HelpText = "Sets the verbosity level of the command. Allowed values are q[uiet], m[inimal], n[ormal], d[etailed], and diag[nostic]. Not supported in every command; see specific command page to determine if this option is available.")]
public string Verbosity { get; set; }

Expand Down

0 comments on commit a6f29ec

Please sign in to comment.