From 530416f0aa0281f1915227e5ca740819372bae90 Mon Sep 17 00:00:00 2001 From: Dane Springmeyer Date: Thu, 1 Oct 2015 14:47:25 -0700 Subject: [PATCH] fix suggesed cmd line option syntax [skip ci] --- benchmark/test_rendering.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmark/test_rendering.cpp b/benchmark/test_rendering.cpp index 593307b08..beea28969 100644 --- a/benchmark/test_rendering.cpp +++ b/benchmark/test_rendering.cpp @@ -28,7 +28,7 @@ public: boost::optional map = params.get("map"); if (!map) { - throw std::runtime_error("please provide a --map= arg"); + throw std::runtime_error("please provide a --map arg"); } xml_ = *map;