aboutsummaryrefslogtreecommitdiff
path: root/src/daemon/command_server.cpp
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2019-01-28 21:34:17 +0200
committerRiccardo Spagni <ric@spagni.net>2019-01-28 21:34:17 +0200
commit23c7663167d9d0000e782d3b3f1423b942347431 (patch)
treebf9ff57fd654db8489374f97f30f5a2796f9e90d /src/daemon/command_server.cpp
parentMerge pull request #5079 (diff)
parentdaemon: extend 'print_pl' command, optional filter by type and limit (diff)
downloadmonero-23c7663167d9d0000e782d3b3f1423b942347431.tar.xz
Merge pull request #5080
d294a577 daemon: extend 'print_pl' command, optional filter by type and limit (xiphon)
Diffstat (limited to 'src/daemon/command_server.cpp')
-rw-r--r--src/daemon/command_server.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/daemon/command_server.cpp b/src/daemon/command_server.cpp
index 786d1a601..96dea76b6 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] [<limit>]"
, "Print the current peer list."
);
m_command_lookup.set_handler(