Add log-level arg description to monerod

This commit is contained in:
meed3 2025-03-20 12:52:20 +00:00 committed by GitHub
parent f90a267fa3
commit 2aa90a1135
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -79,7 +79,7 @@ namespace daemon_args
};
const command_line::arg_descriptor<std::string> arg_log_level = {
"log-level"
, ""
, "0-4 or categories"
, ""
};
const command_line::arg_descriptor<std::vector<std::string>> arg_command = {