Skip to content

Commit

Permalink
fix issue 16420 - Incorrect example in std.getopt docs
Browse files Browse the repository at this point in the history
  • Loading branch information
aG0aep6G committed Aug 23, 2016
1 parent d9a0fda commit 2be9e31
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion std/getopt.d
Expand Up @@ -320,7 +320,8 @@ getopt(args,
"bar", &bar);
---------
In the example above, "--foo", "--bar", "--FOo", "--bAr", etc. are recognized.
In the example above, "--foo" and "--bar" are recognized, but "--Foo", "--Bar",
"--FOo", "--bAr", etc. are rejected.
The directive is active until the end of $(D getopt), or until the
converse directive $(D caseInsensitive) is encountered:
Expand Down

0 comments on commit 2be9e31

Please sign in to comment.