We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68e3e96 commit a02fb9fCopy full SHA for a02fb9f
FluentCommandLineParser/Internals/Validators/OptionNameValidator.cs
@@ -95,7 +95,7 @@ private static void VerifyDoesNotContainsReservedChar(string value)
95
{
96
if (value.Contains(reservedChar))
97
98
- ThrowInvalid(value, "The character '" + reservedChar + "' is not valid for a short or long name.");
+ ThrowInvalid(value, "The character '" + reservedChar + "' is not valid within a short or long name.");
99
}
100
101
0 commit comments