0
0
mirror of https://github.com/monero-project/monero synced 2025-10-06 00:32:44 +02:00

Merge pull request #9855

2aa90a1 Add log-level arg description to monerod (meed3)
This commit is contained in:
tobtoht
2025-07-13 16:54:08 +00:00

View File

@@ -80,7 +80,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 = {