MCPcopy Create free account
hub / github.com/LUX-Core/lux / HelpMessageOpt

Function HelpMessageOpt

src/util.cpp:482–487  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

480}
481
482std::string HelpMessageOpt(const std::string &option, const std::string &message) {
483 return std::string(optIndent,' ') + std::string(option) +
484 std::string("\n") + std::string(msgIndent,' ') +
485 FormatParagraph(message, screenWidth - msgIndent, msgIndent) +
486 std::string("\n\n");
487}
488
489static std::string FormatException(std::exception* pex, const char* pszThread)
490{

Callers 4

AppInitRawTxFunction · 0.85
HelpMessageFunction · 0.85
HelpMessageCliFunction · 0.85
HelpMessageDialogMethod · 0.85

Calls 1

FormatParagraphFunction · 0.85

Tested by

no test coverage detected