diff options
| author | luigi1111 <luigi1111w@gmail.com> | 2019-10-22 10:24:09 -0500 |
|---|---|---|
| committer | luigi1111 <luigi1111w@gmail.com> | 2019-10-22 10:24:09 -0500 |
| commit | 2c497bc41165a0246ebb3ad324e3ac3737be03d8 (patch) | |
| tree | 0466f036386f97cb82bd5c0d21a9891db1a31ecd | |
| parent | 18f62f89d89614b40c571696e4376d39d54afb10 (diff) | |
| parent | 4f583d564c1dee005b87fee5ae9d9a50109e42b5 (diff) | |
| download | monzero-core-2c497bc41165a0246ebb3ad324e3ac3737be03d8.tar.gz monzero-core-2c497bc41165a0246ebb3ad324e3ac3737be03d8.tar.xz monzero-core-2c497bc41165a0246ebb3ad324e3ac3737be03d8.zip | |
Merge pull request #5989
4f583d5 daemon: fix print_pl synopsis missing recent options (moneromooo-monero)
| -rw-r--r-- | src/daemon/command_server.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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] [<limit>]" + , "print_pl [white] [gray] [pruned] [publicrpc] [<limit>]" , "Print the current peer list." ); m_command_lookup.set_handler( |
