We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5936d40 commit dded46cCopy full SHA for dded46c
src/Argu/ArgumentParser.fs
@@ -48,7 +48,7 @@ type ArgumentParser internal (argInfo : UnionArgInfo, _programName : string, hel
48
/// <summary>Formats a usage string for the argument parser.</summary>
49
/// <param name="message">The message to be displayed on top of the usage string.</param>
50
/// <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>
+ /// <param name="hideSyntax">Do not display 'USAGE: [syntax]' at top of usage string. Defaults to false.</param>
52
/// <param name="usageStringCharacterWidth">Text width used when formatting the usage string.</param>
53
member __.PrintUsage (?message : string, ?programName : string, ?hideSyntax : bool, ?usageStringCharacterWidth : int) : string =
54
let programName = defaultArg programName _programName
0 commit comments