diff --git a/doc/tutorial.xml b/doc/tutorial.xml index b9375766b2..4ecd1f353c 100644 --- a/doc/tutorial.xml +++ b/doc/tutorial.xml @@ -34,7 +34,7 @@ desc.add_options() po::variables_map vm; po::store(po::parse_command_line(ac, av, desc), vm); -po::notify(vm); +po::notify(vm); if (vm.count("help")) { cout << desc << "\n";