Fixed linefeeds.

This commit is contained in:
lotodore
2008-02-10 12:48:49 +00:00
parent aebc9d911e
commit 1175f5ffe3
+7 -7
View File
@@ -92,13 +92,13 @@ main(int argc, char *argv[])
("readonly-config", "treat config file as read-only")
;
po::variables_map vm;
po::store(po::parse_command_line(argc, argv, desc), vm);
po::notify(vm);
if (vm.count("help"))
{
cout << desc << endl;
po::variables_map vm;
po::store(po::parse_command_line(argc, argv, desc), vm);
po::notify(vm);
if (vm.count("help"))
{
cout << desc << endl;
return 1;
}
if (vm.count("version"))