aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominic Hamon <dominichamon@users.noreply.github.com>2018-12-13 11:14:50 +0000
committerGitHub <noreply@github.com>2018-12-13 11:14:50 +0000
commit0ed529a7e3701539ebf12b206670cb9707ba185f (patch)
tree4efea71f665037c4b693e367a699c34d28348da4
parent47a5f77d754892f20b8c717ead26de836e0bb552 (diff)
downloadgoogle-benchmark-0ed529a7e3701539ebf12b206670cb9707ba185f.tar.gz
Update documentation of benchmark_filter (#744)
It should now match reality.
-rw-r--r--src/benchmark.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/benchmark.cc b/src/benchmark.cc
index 410493f..aab0750 100644
--- a/src/benchmark.cc
+++ b/src/benchmark.cc
@@ -57,9 +57,9 @@ DEFINE_bool(benchmark_list_tests, false,
DEFINE_string(benchmark_filter, ".",
"A regular expression that specifies the set of benchmarks "
- "to execute. If this flag is empty, no benchmarks are run. "
- "If this flag is the string \"all\", all benchmarks linked "
- "into the process are run.");
+ "to execute. If this flag is empty, or if this flag is the "
+ "string \"all\", all benchmarks linked into the binary are "
+ "run.");
DEFINE_double(benchmark_min_time, 0.5,
"Minimum number of seconds we should run benchmark before "