./init.cpp: " -port=" + _("Listen for connections on (default: 25858 or testnet: 25859)") + "\n" +
./init.cpp: " -bind=" + _("Bind to given address and always listen on it. Use [host]:port notation for IPv6") + "\n" +
./init.cpp: " -upnp " + _("Use UPnP to map the listening port (default: 1 when listening)") + "\n" +
./init.cpp: " -upnp " + _("Use UPnP to map the listening port (default: 0)") + "\n" +
./init.cpp: " -rpcport=" + _("Listen for JSON-RPC connections on (default: 25858 or testnet: 25859)") + "\n" +
Good catch. This was only cosmetic. As you can see in protocol.h the port being used is 25856 which has now been updated in init.cpp.