Merge pull request #5989
4f583d5
daemon: fix print_pl synopsis missing recent options (moneromooo-monero)
This commit is contained in:
commit
2c497bc411
@ -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