diff --git a/include/CLI/StringTools.hpp b/include/CLI/StringTools.hpp index b49f483..97ba604 100644 --- a/include/CLI/StringTools.hpp +++ b/include/CLI/StringTools.hpp @@ -61,8 +61,9 @@ void format_help(std::stringstream &out, std::string name, std::string descripti if(description != "") { if(name.length()>=wid) out << std::endl << std::setw(wid) << ""; - out << description << std::endl; + out << description; } + out << std::endl; } /// Verify the first character of an option