We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c39fa7c + c881a81 commit a9a55d7Copy full SHA for a9a55d7
libraries/net/node.cpp
@@ -4564,7 +4564,7 @@ namespace graphene { namespace net { namespace detail {
4564
error_message_stream << "Unable to listen for connections on port " << listen_endpoint.port()
4565
<< ", retrying in a few seconds\n";
4566
error_message_stream << "You can wait for it to become available, or restart this program using\n";
4567
- error_message_stream << "the --p2p-port option to specify another port\n";
+ error_message_stream << "the --p2p-endpoint option to specify another port\n";
4568
first = false;
4569
}
4570
else
0 commit comments