Skip to content

Commit e0628cf

Browse files
committed
Fix to Issue commandlineparser#217
1 parent a7767e5 commit e0628cf

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/CommandLine/VerbAttribute.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ public VerbAttribute(string name)
2323
if (string.IsNullOrWhiteSpace(name)) throw new ArgumentException("name");
2424

2525
this.name = name;
26+
this.helpText = string.Empty;
2627
}
2728

2829
/// <summary>

0 commit comments

Comments
 (0)