mirror of
https://github.com/cuberite/TCLAP.git
synced 2025-08-05 10:46:29 -04:00
removed -v from version switch
This commit is contained in:
parent
10f0b3c1e8
commit
e348535416
@ -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 );
|
||||
|
Loading…
x
Reference in New Issue
Block a user