removed -v from version switch

This commit is contained in:
mes5k 2005-01-24 03:18:57 +00:00
parent 10f0b3c1e8
commit e348535416

View File

@ -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 );