From 9cfa18208ba515ab2d49f945d955dcb9a5c68103 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Fri, 18 Oct 2002 23:27:49 +0000 Subject: Don't encourage people to use -P - it's obsolete (This used to be commit 59ecac901a231383bd4cacb326724f786e3d7244) --- source3/client/client.c | 1 - 1 file changed, 1 deletion(-) 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"); -- cgit