mirror of
https://github.com/monero-project/monero.git
synced 2025-08-24 16:39:20 -04:00
Add log-level arg description to monerod
This commit is contained in:
parent
f90a267fa3
commit
2aa90a1135
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,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…
Add table
Add a link
Reference in a new issue