Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
eiriktsarpalis committed Jul 15, 2016
1 parent 5936d40 commit dded46c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Argu/ArgumentParser.fs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ type ArgumentParser internal (argInfo : UnionArgInfo, _programName : string, hel
/// <summary>Formats a usage string for the argument parser.</summary>
/// <param name="message">The message to be displayed on top of the usage string.</param>
/// <param name="programName">Override the default program name settings.</param>
/// <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>
/// <param name="usageStringCharacterWidth">Text width used when formatting the usage string.</param>
member __.PrintUsage (?message : string, ?programName : string, ?hideSyntax : bool, ?usageStringCharacterWidth : int) : string =
let programName = defaultArg programName _programName
Expand Down

0 comments on commit dded46c

Please sign in to comment.