diff --git a/src/Argu/ArgumentParser.fs b/src/Argu/ArgumentParser.fs index 0ebd5052..72376aa4 100644 --- a/src/Argu/ArgumentParser.fs +++ b/src/Argu/ArgumentParser.fs @@ -48,7 +48,7 @@ type ArgumentParser internal (argInfo : UnionArgInfo, _programName : string, hel /// Formats a usage string for the argument parser. /// The message to be displayed on top of the usage string. /// Override the default program name settings. - /// Do not display 'USAGE: [syntax]' string at top of usage string. Defaults to false. + /// Do not display 'USAGE: [syntax]' at top of usage string. Defaults to false. /// Text width used when formatting the usage string. member __.PrintUsage (?message : string, ?programName : string, ?hideSyntax : bool, ?usageStringCharacterWidth : int) : string = let programName = defaultArg programName _programName