summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>1997-12-02 23:32:03 +0000
committerAndrew Tridgell <tridge@samba.org>1997-12-02 23:32:03 +0000
commitc779ed654ec7d9f1fc870476a05d2294e8c0faea (patch)
tree7bdb647141a4e1395ae99691240958e3d2f4fe2d
parentfbb2be050ded099741345a101ba13e6b12ebc823 (diff)
downloadsamba-c779ed654ec7d9f1fc870476a05d2294e8c0faea.tar.gz
samba-c779ed654ec7d9f1fc870476a05d2294e8c0faea.tar.xz
samba-c779ed654ec7d9f1fc870476a05d2294e8c0faea.zip
fixed the help message for -p (someone complained!)
-rw-r--r--source/client/client.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/client/client.c b/source/client/client.c
index 9b7ce7ecb58..ee6155621cd 100644
--- a/source/client/client.c
+++ b/source/client/client.c
@@ -3489,7 +3489,7 @@ static void usage(char *pname)
pname));
DEBUG(0,("\nVersion %s\n",VERSION));
- DEBUG(0,("\t-p port listen on the specified port\n"));
+ DEBUG(0,("\t-p port connect to the specified port\n"));
DEBUG(0,("\t-d debuglevel set the debuglevel\n"));
DEBUG(0,("\t-l log basename. Basename for log/debug files\n"));
DEBUG(0,("\t-n netbios name. Use this name as my netbios name\n"));