Skip to content

Commit a6f29ec

Browse files
authored
Default verbosity is now normal (#219)
1 parent 0fc0a2f commit a6f29ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nanoFirmwareFlasher.Tool/Options.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ public class Options
219219
'v',
220220
"verbosity",
221221
Required = false,
222-
Default = "d",
222+
Default = "n",
223223
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.")]
224224
public string Verbosity { get; set; }
225225

0 commit comments

Comments
 (0)