diff --git a/include/CLI/App.hpp b/include/CLI/App.hpp index 038f3929..1c8174d3 100644 --- a/include/CLI/App.hpp +++ b/include/CLI/App.hpp @@ -1176,7 +1176,7 @@ class App { // Required but empty if(opt->get_required() && opt->count() == 0) - throw RequiredError(opt->single_name() + " is required"); + throw RequiredError(opt->single_name()); } // Requires for(const Option *opt_req : opt->requires_)