| 703 | } |
| 704 | |
| 705 | void SetupHelpOptions(ArgsManager &args) { |
| 706 | args.AddArg("-?", "Print this help message and exit", false, |
| 707 | OptionsCategory::OPTIONS); |
| 708 | args.AddHiddenArgs({"-h", "-help"}); |
| 709 | } |
| 710 | |
| 711 | static const int screenWidth = 79; |
| 712 | static const int optIndent = 2; |