fix suggesed cmd line option syntax [skip ci]
This commit is contained in:
parent
2d59fca9f9
commit
530416f0aa
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue