MCPcopy Create free account
hub / github.com/avast/retdec / setHelp

Method setHelp

src/unpackertool/arg_handler.cpp:141–144  ·  view source on GitHub ↗

* Sets the message shown in help. * * @param helpString Message shown in help. */

Source from the content-addressed store, hash-verified

139 * @param helpString Message shown in help.
140 */
141void ArgHandler::setHelp(const std::string& helpString)
142{
143 _helpString = helpString;
144}
145
146/**
147 * Gets the message shown in help.

Callers 1

_mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected