[Positioning] UserInterface: add --verbose option

Currently, --verbose / -v is only a switch. It would probably be better
to have a verbose level instead.
This commit is contained in:
Matteo Cypriani 2011-06-16 13:46:21 +02:00
parent 332881b305
commit abd4b0803e
1 changed files with 1 additions and 0 deletions

View File

@ -78,6 +78,7 @@ void UserInterface::fill_cli_options()
("config-file,f", po::value<string>()
->default_value(DEFAULT_CONFIG_FILE_NAME),
"Alternative configuration file.")
("verbose,v", "Verbose mode.")
; // End of options
}