X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/289d396c8d0684e23c2233291164febfec3947bf..0ebb52df5d005faab367ad69616958974c5ae107:/projects/sgconf/options.cpp?ds=inline diff --git a/projects/sgconf/options.cpp b/projects/sgconf/options.cpp index 6a4eef1b..772bee6d 100644 --- a/projects/sgconf/options.cpp +++ b/projects/sgconf/options.cpp @@ -117,7 +117,7 @@ void OPTION::Help(size_t level) const if (!m_action) throw ERROR("Option is not defined."); std::string indent(level, '\t'); -std::cout << indent << "\t"; +std::cout << indent; if (!m_shortName.empty()) std::cout << "-" << m_shortName << ", "; std::cout << "--" << m_longName << " " << m_action->ParamDescription()