summaryrefslogtreecommitdiff
path: root/source3
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
commit1463cb1a43967c099d5031794ffcfbcccdff6abe (patch)
tree4cd57836c0c0c2d88ce881ea05652f06cfdbd0d1 /source3
parentf97a49c39e467b1efb93fc3b585af92c3e52f606 (diff)
downloadsamba-1463cb1a43967c099d5031794ffcfbcccdff6abe.tar.gz
samba-1463cb1a43967c099d5031794ffcfbcccdff6abe.tar.bz2
samba-1463cb1a43967c099d5031794ffcfbcccdff6abe.zip
fixed the help message for -p (someone complained!)
(This used to be commit c779ed654ec7d9f1fc870476a05d2294e8c0faea)
Diffstat (limited to 'source3')
-rw-r--r--source3/client/client.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/client/client.c b/source3/client/client.c
index 9b7ce7ecb5..ee6155621c 100644
--- a/source3/client/client.c
+++ b/source3/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"));