diff --git a/bench/spdlog-null-async.cpp b/bench/spdlog-null-async.cpp index 96500f20..ff76e12f 100644 --- a/bench/spdlog-null-async.cpp +++ b/bench/spdlog-null-async.cpp @@ -39,7 +39,7 @@ int main(int argc, char *argv[]) { if (argc < 2) { - cout << "Usage: " << argv[0] << " [q_size] [client_threads] [tp_threads]" << endl; + cout << "Usage: " << argv[0] << " [client_threads] [q_size] [tp_threads]" << endl; return (1); }