Fixed linefeeds.
This commit is contained in:
@@ -92,13 +92,13 @@ main(int argc, char *argv[])
|
|||||||
("readonly-config", "treat config file as read-only")
|
("readonly-config", "treat config file as read-only")
|
||||||
;
|
;
|
||||||
|
|
||||||
po::variables_map vm;
|
po::variables_map vm;
|
||||||
po::store(po::parse_command_line(argc, argv, desc), vm);
|
po::store(po::parse_command_line(argc, argv, desc), vm);
|
||||||
po::notify(vm);
|
po::notify(vm);
|
||||||
|
|
||||||
if (vm.count("help"))
|
if (vm.count("help"))
|
||||||
{
|
{
|
||||||
cout << desc << endl;
|
cout << desc << endl;
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
if (vm.count("version"))
|
if (vm.count("version"))
|
||||||
|
|||||||
Reference in New Issue
Block a user