mirror of
https://github.com/gabime/spdlog.git
synced 2024-11-15 16:35:45 +08:00
Added the all flag to bench formatter
This commit is contained in:
parent
6453d396bf
commit
4643f74a03
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user