MCPcopy Create free account
hub / github.com/BTCGPU/BTCGPU / HelpMessageOpt

Function HelpMessageOpt

src/util.cpp:675–680  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

673}
674
675std::string HelpMessageOpt(const std::string &option, const std::string &message) {
676 return std::string(optIndent,' ') + std::string(option) +
677 std::string("\n") + std::string(msgIndent,' ') +
678 FormatParagraph(message, screenWidth - msgIndent, msgIndent) +
679 std::string("\n\n");
680}
681
682static std::string FormatException(const std::exception* pex, const char* pszThread)
683{

Callers 1

GetHelpMessageMethod · 0.85

Calls 1

FormatParagraphFunction · 0.85

Tested by

no test coverage detected