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