| 740 | } |
| 741 | |
| 742 | void SetupHelpOptions(ArgsManager& args) |
| 743 | { |
| 744 | args.AddArg("-?", "Print this help message and exit", ArgsManager::ALLOW_ANY, OptionsCategory::OPTIONS); |
| 745 | args.AddHiddenArgs({"-h", "-help"}); |
| 746 | } |
| 747 | |
| 748 | static const int screenWidth = 79; |
| 749 | static const int optIndent = 2; |