summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorCNugteren <web@cedricnugteren.nl>2015-08-24 07:38:20 +0200
committerCNugteren <web@cedricnugteren.nl>2015-08-24 07:38:20 +0200
commitb0b81deae1b159fe625924a2722e9940a0128152 (patch)
tree70226a92e999296b953760d95dc1c0dd0d875614 /test
parentff0c54c3865b45eff807315262e73d3f01cb19c3 (diff)
Minor update of options-printing syntax
Diffstat (limited to 'test')
-rw-r--r--test/performance/client.cc2
1 files changed, 1 insertions, 1 deletions
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 <typename T, typename U>
Arguments<U> Client<T,U>::ParseArguments(int argc, char *argv[], const GetMetric default_a_ld,
const GetMetric default_b_ld, const GetMetric default_c_ld) {
auto args = Arguments<U>{};
- 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_) {