From 851f8dc83d5e2a6c52e97bafaeee58fe1da361c3 Mon Sep 17 00:00:00 2001 From: Henry Fredrick Schreiner Date: Wed, 22 Nov 2017 14:33:55 -0500 Subject: [PATCH] Adding and fixing a test for single name --- include/CLI/Option.hpp | 4 ++-- tests/HelpTest.cpp | 14 ++++++++++++++ 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/include/CLI/Option.hpp b/include/CLI/Option.hpp index 344f511c..414bcf92 100644 --- a/include/CLI/Option.hpp +++ b/include/CLI/Option.hpp @@ -362,9 +362,9 @@ class Option : public OptionBase