From 981d9012b461258b115aa2d1ad70d91fee555035 Mon Sep 17 00:00:00 2001 From: Glocke Date: Sat, 22 Apr 2017 21:17:41 +0200 Subject: Update getoptpp.hpp --- getoptpp.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- cgit v1.2.3