mirror of
https://codeberg.org/anoncontributorxmr/monero.git
synced 2024-11-10 21:23:27 +01:00
daemon: fix print_pl synopsis missing recent options
This commit is contained in:
parent
fcb4c72bb5
commit
4f583d564c
@ -65,7 +65,7 @@ t_command_server::t_command_server(
|
||||
m_command_lookup.set_handler(
|
||||
"print_pl"
|
||||
, std::bind(&t_command_parser_executor::print_peer_list, &m_parser, p::_1)
|
||||
, "print_pl [white] [gray] [<limit>]"
|
||||
, "print_pl [white] [gray] [pruned] [publicrpc] [<limit>]"
|
||||
, "Print the current peer list."
|
||||
);
|
||||
m_command_lookup.set_handler(
|
||||
|
Loading…
Reference in New Issue
Block a user