Skip to content

Commit

Permalink
Merge pull request #3245 from Hackerpilot/patch-2
Browse files Browse the repository at this point in the history
Fix ddoc for Option.required
  • Loading branch information
andralex committed Apr 29, 2015
2 parents 097200d + c039fbe commit 0d76527
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions std/getopt.d
Expand Up @@ -499,8 +499,7 @@ struct Option {
string optShort; /// The short symbol for this option
string optLong; /// The long symbol for this option
string help; /// The description of this option
bool required; /// If a option is required, not passing it will result in
/// an error.
bool required; /// If a option is required, not passing it will result in an error
}

private pure Option splitAndGet(string opt) @trusted nothrow
Expand Down

0 comments on commit 0d76527

Please sign in to comment.