From 2a0e64e6916d38402d4c03b9e1e6a98453449fa8 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sat, 25 Nov 2006 09:39:25 +0000 Subject: r19883: Fix bug 4248 -- thanks to Pascal Terjan :-) (This used to be commit 66c20f2592ee2ff37de44cc7f3ab23b440f7d840) --- source3/utils/net_help.c | 1 - 1 file changed, 1 deletion(-) (limited to 'source3/utils/net_help.c') diff --git a/source3/utils/net_help.c b/source3/utils/net_help.c index 369fc095f2..46531e0f6c 100644 --- a/source3/utils/net_help.c +++ b/source3/utils/net_help.c @@ -220,7 +220,6 @@ int net_help_status(int argc, const char **argv) static int net_usage(int argc, const char **argv) { d_printf(" net time\t\tto view or set time information\n"\ - " net lookup\t\tto lookup host name or ip address\n"\ " net user\t\tto manage users\n"\ " net group\t\tto manage groups\n"\ " net sam\t\tto edit the local user database directly\n"\ -- cgit