Skip to content

Commit a02fb9f

Browse files
committed
updated message
1 parent 68e3e96 commit a02fb9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FluentCommandLineParser/Internals/Validators/OptionNameValidator.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ private static void VerifyDoesNotContainsReservedChar(string value)
9595
{
9696
if (value.Contains(reservedChar))
9797
{
98-
ThrowInvalid(value, "The character '" + reservedChar + "' is not valid for a short or long name.");
98+
ThrowInvalid(value, "The character '" + reservedChar + "' is not valid within a short or long name.");
9999
}
100100
}
101101
}

0 commit comments

Comments
 (0)