no newline after Commands

git-svn-id: svn://anubis/gvsu@144 45c1a28c-8058-47b2-ae61-ca45b979098e
This commit is contained in:
josh 2008-09-18 00:58:13 +00:00
parent 5e40fee749
commit f356b4d15f

View File

@ -170,7 +170,7 @@ public class ChatClient
if (command.equals("help") || command.equals("?")) if (command.equals("help") || command.equals("?"))
{ {
System.out.println("Commands:\n"); System.out.println("Commands:");
System.out.println(" friends - view a list of all peers on the system"); System.out.println(" friends - view a list of all peers on the system");
System.out.println(" talk {username} {message} - send message to username"); System.out.println(" talk {username} {message} - send message to username");
System.out.println(" broadcast {message} - send message to every available user"); System.out.println(" broadcast {message} - send message to every available user");