Commit e2a12e298d492518b0c69141acdaa827aa474800
1 parent
84cfcc18
--amend
Showing
1 changed file
with
2 additions
and
2 deletions
include/CLI/Option.hpp
| ... | ... | @@ -139,7 +139,7 @@ public: |
| 139 | 139 | } |
| 140 | 140 | |
| 141 | 141 | ///@} |
| 142 | - /// @name Configuration | |
| 142 | + /// @name Setting options | |
| 143 | 143 | ///@{ |
| 144 | 144 | |
| 145 | 145 | /// Set the option as required |
| ... | ... | @@ -276,7 +276,7 @@ public: |
| 276 | 276 | } |
| 277 | 277 | |
| 278 | 278 | ///@} |
| 279 | - /// @name Help | |
| 279 | + /// @name Help tools | |
| 280 | 280 | ///@{ |
| 281 | 281 | |
| 282 | 282 | /// Gets a , sep list of names. Does not include the positional name if opt_only=true. | ... | ... |