mirror of
https://github.com/monero-project/monero.git
synced 2025-12-12 01:51:27 +09:00
Merge pull request #9855
2aa90a1 Add log-level arg description to monerod (meed3)
This commit is contained in:
commit
a1aef9e017
@ -80,7 +80,7 @@ namespace daemon_args
|
|||||||
};
|
};
|
||||||
const command_line::arg_descriptor<std::string> arg_log_level = {
|
const command_line::arg_descriptor<std::string> arg_log_level = {
|
||||||
"log-level"
|
"log-level"
|
||||||
, ""
|
, "0-4 or categories"
|
||||||
, ""
|
, ""
|
||||||
};
|
};
|
||||||
const command_line::arg_descriptor<std::vector<std::string>> arg_command = {
|
const command_line::arg_descriptor<std::vector<std::string>> arg_command = {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user