Added the all flag to bench formatter

This commit is contained in:
gabime 2018-11-25 00:45:43 +02:00
parent 92921f767e
commit 6453d396bf
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: {} format-flag (or \"all\" to bench all)", argv[0]);
spdlog::error("Usage: {} pattern (or \"all\" to bench all)", argv[0]);
exit(1);
}