mirror of
https://github.com/cuberite/TCLAP.git
synced 2025-08-05 18:56:54 -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);
|
deleteOnExit(v);
|
||||||
|
|
||||||
v = new VersionVisitor( this, &_output );
|
v = new VersionVisitor( this, &_output );
|
||||||
SwitchArg* vers = new SwitchArg("v","version",
|
SwitchArg* vers = new SwitchArg("","version",
|
||||||
"Displays version information and exits.",
|
"Displays version information and exits.",
|
||||||
false, v);
|
false, v);
|
||||||
add( vers );
|
add( vers );
|
||||||
|
Loading…
x
Reference in New Issue
Block a user