Commit 4643f74a authored by gabime's avatar gabime

Added the all flag to bench formatter

parent 6453d396
......@@ -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: {} <pattern> (or \"all\" to bench all)", argv[0]);
exit(1);
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment