fix suggesed cmd line option syntax [skip ci]

This commit is contained in:
Dane Springmeyer 2015-10-01 14:47:25 -07:00
parent 2d59fca9f9
commit 530416f0aa

View file

@ -28,7 +28,7 @@ public:
boost::optional<std::string> map = params.get<std::string>("map"); boost::optional<std::string> map = params.get<std::string>("map");
if (!map) if (!map)
{ {
throw std::runtime_error("please provide a --map=<path to xml> arg"); throw std::runtime_error("please provide a --map <path to xml> arg");
} }
xml_ = *map; xml_ = *map;