summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlocke <cgloeckner@freenet.de>2017-04-22 21:17:41 +0200
committerGitHub <noreply@github.com>2017-04-22 21:17:41 +0200
commit981d9012b461258b115aa2d1ad70d91fee555035 (patch)
tree1feb75e21e54504f33b05ac9e8c1c90982127f98
parent7f6d128b02da93762ec473dccd045b8942fca637 (diff)
Update getoptpp.hpp
-rw-r--r--getoptpp.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/getoptpp.hpp b/getoptpp.hpp
index 960bdd4..ccefe9a 100644
--- a/getoptpp.hpp
+++ b/getoptpp.hpp
@@ -21,7 +21,7 @@ class Options {
/// @param name name of the option
/// @param has_arg kind of arguments that are used (no_argument, required_argument, optional_argument)
- /// @param flag optional pointer that is set after the option occured
+ /// @param flag pointer that is set after the option occured
/// @param val value for the flag to be set
/// @param handle lambda that is invoked when the option occures
void add(std::string const & name, int has_arg, int* flag, int val, Handle handle);