From 66d95b8f4574998dd1c9fd48b3982b1d270e5c45 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Mon, 28 Oct 2002 19:37:02 +0000 Subject: Sync with HEAD (This used to be commit a3d9fd65eb64ecd575fd07d0279c139093417c96) --- source3/utils/nmblookup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/utils/nmblookup.c') diff --git a/source3/utils/nmblookup.c b/source3/utils/nmblookup.c index 8e4f5aab03..cdaa434e3c 100644 --- a/source3/utils/nmblookup.c +++ b/source3/utils/nmblookup.c @@ -60,7 +60,7 @@ usage on the program ****************************************************************************/ static void usage(void) { - d_printf("Usage: nmblookup [-M] [-B bcast address] [-d debuglevel] name\n"); + d_printf("Usage: nmblookup [options] name\n"); d_printf("Version %s\n",VERSION); d_printf("\t-d debuglevel set the debuglevel\n"); d_printf("\t-B broadcast address the address to use for broadcasts\n"); -- cgit