Update README.md

This commit is contained in:
Gabi Melman
2020-05-14 00:13:56 +03:00
committed by GitHub
parent 5ca5cbd447
commit 83b9149930

View File

@@ -349,7 +349,7 @@ int main (int argc, char *argv[])
// or from command line:
// ./example SPDLOG_LEVEL=info,mylogger=trace
// #include "spdlog/cfg/argv.h" // for loading levels from argv
// spdlog::cfg::load_argv_levels(args, argv);
// spdlog::cfg::load_argv_levels(argc, argv);
}
```
So then you can: