aboutsummaryrefslogtreecommitdiff
path: root/tests/benchmark_examples
diff options
context:
space:
mode:
Diffstat (limited to 'tests/benchmark_examples')
-rw-r--r--tests/benchmark_examples/RunExample.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/benchmark_examples/RunExample.cpp b/tests/benchmark_examples/RunExample.cpp
index f1dca819ab..d41f3d30e0 100644
--- a/tests/benchmark_examples/RunExample.cpp
+++ b/tests/benchmark_examples/RunExample.cpp
@@ -70,7 +70,7 @@ int run_example(int argc, char **argv, Example &example)
framework::CommandLineParser parser;
framework::CommonOptions options(parser);
auto example_args = parser.add_option<framework::ListOption<std::string>>("example_args");
- example_args->set_help("Arguments to pass to the example");
+ example_args->set_help("Arguments to pass to the example separated by commas (e.g: arg0,arg1,arg2)");
framework::Framework &framework = framework::Framework::get();
parser.parse(argc, argv);