Skip to content

Commit

Permalink
Merge pull request #5989
Browse files Browse the repository at this point in the history
4f583d5 daemon: fix print_pl synopsis missing recent options (moneromooo-monero)
  • Loading branch information
luigi1111 committed Oct 22, 2019
2 parents 18f62f8 + 4f583d5 commit 2c497bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/daemon/command_server.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 2c497bc

Please sign in to comment.