diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2002-10-18 23:27:49 +0000 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2002-10-18 23:27:49 +0000 |
commit | 9cfa18208ba515ab2d49f945d955dcb9a5c68103 (patch) | |
tree | 433c79b96125a5b3b2ebde1a582983ae0ecc319e /source3/client/client.c | |
parent | d00d56faeaf92d0f641b73e837d6a8512cd47260 (diff) | |
download | samba-9cfa18208ba515ab2d49f945d955dcb9a5c68103.tar.gz samba-9cfa18208ba515ab2d49f945d955dcb9a5c68103.tar.bz2 samba-9cfa18208ba515ab2d49f945d955dcb9a5c68103.zip |
Don't encourage people to use -P - it's obsolete
(This used to be commit 59ecac901a231383bd4cacb326724f786e3d7244)
Diffstat (limited to 'source3/client/client.c')
-rw-r--r-- | source3/client/client.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/client/client.c b/source3/client/client.c index 31c047c1c5..96b9837fef 100644 --- a/source3/client/client.c +++ b/source3/client/client.c @@ -2502,7 +2502,6 @@ static void usage(char *pname) d_printf("\t-N don't ask for a password\n"); d_printf("\t-n netbios name. Use this name as my netbios name\n"); d_printf("\t-d debuglevel set the debuglevel\n"); - d_printf("\t-P connect to service as a printer\n"); d_printf("\t-p port connect to the specified port\n"); d_printf("\t-l log basename. Basename for log/debug files\n"); d_printf("\t-h Print this help message.\n"); |