Skip to content
Snippets Groups Projects
Commit 2439c122 authored by hcasse's avatar hcasse
Browse files

option: removed used of "-v" for option (often used for verbosity).

parent c0d70466
Branches
No related tags found
No related merge requests found
/*
* $Id$
* Manager class implementation
*
* This file is part of OTAWA
......@@ -197,7 +196,6 @@ Manager::Manager(const Make& maker): info(maker) {
.description("display this help message"));
if(info._version_opt)
_version_opt = new SwitchOption(SwitchOption::Make(*this)
.cmd("-v")
.cmd("--version")
.description("display this application version"));
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment