Added the all flag to bench formatter

This commit is contained in:
gabime 2018-11-25 00:46:24 +02:00
parent 6453d396bf
commit 4643f74a03
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}