| 675 | |
| 676 | |
| 677 | void SingleCommand::AddVersionOption(const char shortopt) |
| 678 | { |
| 679 | (void)AddOption("version", shortopt, "Show version information"); |
| 680 | opt_version_added = true; |
| 681 | } |
| 682 | |
| 683 | |
| 684 | std::string SingleCommand::GetCommandHelp(unsigned int width) |