From e2a12e298d492518b0c69141acdaa827aa474800 Mon Sep 17 00:00:00 2001 From: Henry Fredrick Schreiner Date: Fri, 24 Feb 2017 15:29:36 -0500 Subject: [PATCH] --amend --- include/CLI/Option.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/CLI/Option.hpp b/include/CLI/Option.hpp index 9cbabeef..99192129 100644 --- a/include/CLI/Option.hpp +++ b/include/CLI/Option.hpp @@ -139,7 +139,7 @@ public: } ///@} - /// @name Configuration + /// @name Setting options ///@{ /// Set the option as required @@ -276,7 +276,7 @@ public: } ///@} - /// @name Help + /// @name Help tools ///@{ /// Gets a , sep list of names. Does not include the positional name if opt_only=true.