CUIが起動しなかったバグを修正(help表示の短縮オプションを「-?」に変更)

This commit is contained in:
lltcggie 2016-03-20 23:44:40 +09:00
parent 2322d4a45b
commit 00a0f5e5e7

View File

@ -364,7 +364,7 @@ inline void CmdLine::_constructor()
if ( _helpAndVersion ) if ( _helpAndVersion )
{ {
v = new HelpVisitor( this, &_output ); v = new HelpVisitor( this, &_output );
SwitchArg* help = new SwitchArg("h","help", SwitchArg* help = new SwitchArg("?","help",
"Displays usage information and exits.", "Displays usage information and exits.",
false, v); false, v);
add( help ); add( help );