summaryrefslogtreecommitdiff
path: root/test/performance
diff options
context:
space:
mode:
Diffstat (limited to 'test/performance')
-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_) {