From 199ecd10a23ef4e01e04c1a4da11b071d2debf1a Mon Sep 17 00:00:00 2001 From: ehouse Date: Fri, 17 Feb 2006 07:28:41 +0000 Subject: [PATCH] clean up usage --- linux/linuxmain.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/linux/linuxmain.c b/linux/linuxmain.c index 8147d099a..19d803115 100644 --- a/linux/linuxmain.c +++ b/linux/linuxmain.c @@ -242,9 +242,9 @@ usage( char* appName, char* msg ) "\t -d xwd_file # provides tile counts & values\n" "\t\t # list each player as local or remote\n" "\t [-N]* # remote client (listen for connection)\n" - "\t [-a relay_addr] # use relay (via port spec'd above)\n" + "\t [-p relay_port] # relay is at this port\n" + "\t [-a relay_addr] # use relay (via port spec'd above)\n" "" " (default localhost)\n" - "\t [-p relay_port] # relay is at this port\n" /* "# --------------- OR client-only ----------\n" */ /* "\t [-p client_port] # must != server's port if on same device" */ "\nexample: \n"