From 00a0f5e5e722204e5c95de20d14b44cfa698fbc6 Mon Sep 17 00:00:00 2001 From: lltcggie Date: Sun, 20 Mar 2016 23:44:40 +0900 Subject: [PATCH] =?UTF-8?q?CUI=E3=81=8C=E8=B5=B7=E5=8B=95=E3=81=97?= =?UTF-8?q?=E3=81=AA=E3=81=8B=E3=81=A3=E3=81=9F=E3=83=90=E3=82=B0=E3=82=92?= =?UTF-8?q?=E4=BF=AE=E6=AD=A3=EF=BC=88help=E8=A1=A8=E7=A4=BA=E3=81=AE?= =?UTF-8?q?=E7=9F=AD=E7=B8=AE=E3=82=AA=E3=83=97=E3=82=B7=E3=83=A7=E3=83=B3?= =?UTF-8?q?=E3=82=92=E3=80=8C-=3F=E3=80=8D=E3=81=AB=E5=A4=89=E6=9B=B4?= =?UTF-8?q?=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- include/tclap/CmdLine.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/tclap/CmdLine.h b/include/tclap/CmdLine.h index 11da062..dbd65db 100644 --- a/include/tclap/CmdLine.h +++ b/include/tclap/CmdLine.h @@ -364,7 +364,7 @@ inline void CmdLine::_constructor() if ( _helpAndVersion ) { v = new HelpVisitor( this, &_output ); - SwitchArg* help = new SwitchArg("h","help", + SwitchArg* help = new SwitchArg("?","help", "Displays usage information and exits.", false, v); add( help );