perf bench: List output formatting options on 'perf bench -h'
[deliverable/linux.git] / tools / perf / builtin-bench.c
index f67934d46d4098773a746f0039f1c3d1f1097097..1b585213ba5abd4c0cdac76c4b5023d94b683dad 100644 (file)
@@ -110,7 +110,7 @@ int bench_format = BENCH_FORMAT_DEFAULT;
 unsigned int bench_repeat = 10; /* default number of times to repeat the run */
 
 static const struct option bench_options[] = {
-       OPT_STRING('f', "format", &bench_format_str, "default", "Specify format style"),
+       OPT_STRING('f', "format", &bench_format_str, "default|simple", "Specify the output formatting style"),
        OPT_UINTEGER('r', "repeat",  &bench_repeat,   "Specify amount of times to repeat the run"),
        OPT_END()
 };
This page took 0.024472 seconds and 5 git commands to generate.