diff options
Diffstat (limited to 'source/core/slang-command-options-writer.cpp')
| -rw-r--r-- | source/core/slang-command-options-writer.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/source/core/slang-command-options-writer.cpp b/source/core/slang-command-options-writer.cpp index 308cc4984..1f1de029d 100644 --- a/source/core/slang-command-options-writer.cpp +++ b/source/core/slang-command-options-writer.cpp @@ -504,6 +504,13 @@ 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 " + "<help-category>\n"; + m_builder << "See the <help-category> section above for the list of categories.\n\n"; } void TextCommandOptionsWriter::_appendDescriptionForCategory(Index categoryIndex) |
