From b0b81deae1b159fe625924a2722e9940a0128152 Mon Sep 17 00:00:00 2001 From: CNugteren Date: Mon, 24 Aug 2015 07:38:20 +0200 Subject: Minor update of options-printing syntax --- test/performance/client.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/performance/client.cc b/test/performance/client.cc index 893bb55d..10560f2c 100644 --- a/test/performance/client.cc +++ b/test/performance/client.cc @@ -42,7 +42,7 @@ template Arguments Client::ParseArguments(int argc, char *argv[], const GetMetric default_a_ld, const GetMetric default_b_ld, const GetMetric default_c_ld) { auto args = Arguments{}; - auto help = std::string{"Options given/available:\n"}; + auto help = std::string{"\n* Options given/available:\n"}; // These are the options which are not for every client: they are optional for (auto &o: options_) { -- cgit v1.2.3