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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -349,7 +349,7 @@ int main (int argc, char *argv[])
// or from command line: // or from command line:
// ./example SPDLOG_LEVEL=info,mylogger=trace // ./example SPDLOG_LEVEL=info,mylogger=trace
// #include "spdlog/cfg/argv.h" // for loading levels from argv // #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: So then you can: