From 4643f74a036722eb6668f4548d0585db786252fb Mon Sep 17 00:00:00 2001 From: gabime Date: Sun, 25 Nov 2018 00:46:24 +0200 Subject: [PATCH] Added the all flag to bench formatter --- bench/formatter-bench.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bench/formatter-bench.cpp b/bench/formatter-bench.cpp index 6a8170a1..63299a48 100644 --- a/bench/formatter-bench.cpp +++ b/bench/formatter-bench.cpp @@ -74,7 +74,7 @@ int main(int argc, char *argv[]) spdlog::set_pattern("[%^%l%$] %v"); if(argc != 2) { - spdlog::error("Usage: {} pattern (or \"all\" to bench all)", argv[0]); + spdlog::error("Usage: {} (or \"all\" to bench all)", argv[0]); exit(1); }