From e348535416cfefebe702fb2f0b07ec13a791c12d Mon Sep 17 00:00:00 2001 From: mes5k Date: Mon, 24 Jan 2005 03:18:57 +0000 Subject: [PATCH] removed -v from version switch --- 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 0557485..cfbcf7a 100644 --- a/include/tclap/CmdLine.h +++ b/include/tclap/CmdLine.h @@ -341,7 +341,7 @@ inline void CmdLine::_constructor() deleteOnExit(v); v = new VersionVisitor( this, &_output ); - SwitchArg* vers = new SwitchArg("v","version", + SwitchArg* vers = new SwitchArg("","version", "Displays version information and exits.", false, v); add( vers );