From d294a577faa11910985920f1e70a39398e53d82d Mon Sep 17 00:00:00 2001 From: xiphon Date: Fri, 18 Jan 2019 00:55:55 +0000 Subject: daemon: extend 'print_pl' command, optional filter by type and limit --- src/daemon/command_server.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/daemon/command_server.cpp') diff --git a/src/daemon/command_server.cpp b/src/daemon/command_server.cpp index 527ed2cf1..0438cb9f7 100644 --- a/src/daemon/command_server.cpp +++ b/src/daemon/command_server.cpp @@ -64,6 +64,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 the current peer list." ); m_command_lookup.set_handler( -- cgit v1.2.3