daemon: fix print_pl synopsis missing recent options

pull/326/head
moneromooo-monero 5 years ago
parent fcb4c72bb5
commit 4f583d564c
No known key found for this signature in database
GPG Key ID: 686F07454D6CEFC3

@ -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…
Cancel
Save