Skip to content

Commit dded46c

Browse files
fix typo
1 parent 5936d40 commit dded46c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Argu/ArgumentParser.fs

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ type ArgumentParser internal (argInfo : UnionArgInfo, _programName : string, hel
4848
/// <summary>Formats a usage string for the argument parser.</summary>
4949
/// <param name="message">The message to be displayed on top of the usage string.</param>
5050
/// <param name="programName">Override the default program name settings.</param>
51-
/// <param name="hideSyntax">Do not display 'USAGE: [syntax]' string at top of usage string. Defaults to false.</param>
51+
/// <param name="hideSyntax">Do not display 'USAGE: [syntax]' at top of usage string. Defaults to false.</param>
5252
/// <param name="usageStringCharacterWidth">Text width used when formatting the usage string.</param>
5353
member __.PrintUsage (?message : string, ?programName : string, ?hideSyntax : bool, ?usageStringCharacterWidth : int) : string =
5454
let programName = defaultArg programName _programName

0 commit comments

Comments
 (0)