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