From 4f583d564c1dee005b87fee5ae9d9a50109e42b5 Mon Sep 17 00:00:00 2001 From: moneromooo-monero Date: Mon, 14 Oct 2019 15:35:03 +0000 Subject: [PATCH] daemon: fix print_pl synopsis missing recent options --- src/daemon/command_server.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/daemon/command_server.cpp b/src/daemon/command_server.cpp index 757e072a4..e44ce9137 100644 --- a/src/daemon/command_server.cpp +++ b/src/daemon/command_server.cpp @@ -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] []" + , "print_pl [white] [gray] [pruned] [publicrpc] []" , "Print the current peer list." ); m_command_lookup.set_handler(