diff --git a/examples/src/TcpExamples/TcpExample1Telnet.java b/examples/src/TcpExamples/TcpExample1Telnet.java index fcb8b9571a188402078ae0ec014dda9dbf8eb491..545f22714c00b50d4b793eb84f782f0ebb636aa5 100644 --- a/examples/src/TcpExamples/TcpExample1Telnet.java +++ b/examples/src/TcpExamples/TcpExample1Telnet.java @@ -47,7 +47,7 @@ public class TcpExample1Telnet { System.out.println(TcpExample1Telnet.class.getName() + " has started and is waiting for a connection."); System.out.println(" help: https://savage.nps.edu/Savage/developers.html#telnet"); - System.out.println(" enter (telnet localhost 2317) or (nc localhost 2317)..." ); + System.out.println(" enter (telnet localhost 2317) or, for macOS (nc localhost 2317)..." ); // The ServerSocket waits for a connection from a client. // It returns a Socket object when the connection occurs.