From 1bd97040d1d4d2047d56af46fb2908e46ec450a0 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Tue, 29 Oct 2002 17:21:59 +0000 Subject: Sync with HEAD (This used to be commit 987b62137d38fc295dab75bdbc004031a99f4d56) --- source3/client/client.c | 1 - 1 file changed, 1 deletion(-) diff --git a/source3/client/client.c b/source3/client/client.c index f25ed1623b0..0b10a9fa0a8 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