diff --git a/source/core/slang-command-options-writer.cpp b/source/core/slang-command-options-writer.cpp index c30a3fe138a..1f1de029ddf 100644 --- a/source/core/slang-command-options-writer.cpp +++ b/source/core/slang-command-options-writer.cpp @@ -504,11 +504,12 @@ void TextCommandOptionsWriter::appendDescriptionImpl() { _appendDescriptionForCategory(categoryIndex); } - + // Add instructions for getting help for specific categories m_builder << "Getting Help for Specific Categories\n"; m_builder << "=====================================\n\n"; - m_builder << "To get help for a specific category of options or values, use: slangc -h \n"; + m_builder << "To get help for a specific category of options or values, use: slangc -h " + "\n"; m_builder << "See the section above for the list of categories.\n\n"; } diff --git a/source/slang/slang-options.cpp b/source/slang/slang-options.cpp index c3fe3f3215a..e880bc47eb4 100644 --- a/source/slang/slang-options.cpp +++ b/source/slang/slang-options.cpp @@ -359,7 +359,6 @@ void initCommandOptions(CommandOptions& options) } } - /* !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! General !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */