From 22b47e3c147908311d44d363711b1e1a292b4c27 Mon Sep 17 00:00:00 2001 From: brutzman <brutzman@DESKTOP-2S09UKA> Date: Wed, 17 Jul 2019 07:45:24 -0700 Subject: [PATCH] add help message --- examples/src/TcpExamples/TcpExample2ConnectionCounting.java | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/src/TcpExamples/TcpExample2ConnectionCounting.java b/examples/src/TcpExamples/TcpExample2ConnectionCounting.java index 897fe538f7..14504d55a2 100644 --- a/examples/src/TcpExamples/TcpExample2ConnectionCounting.java +++ b/examples/src/TcpExamples/TcpExample2ConnectionCounting.java @@ -27,6 +27,7 @@ public class TcpExample2ConnectionCounting try { System.out.println("TcpExample2ConnectionCounting has started and is waiting for a connection."); + System.out.println(" help: https://savage.nps.edu/Savage/developers.html#telnet"); System.out.println(" enter (nc localhost 2317) or (telnet localhost 2317)..." ); // ServerSocket waits for a connection from a client. -- GitLab