diff options
author | Volker Lendecke <vlendec@samba.org> | 2006-11-25 09:39:25 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:16:04 -0500 |
commit | 2a0e64e6916d38402d4c03b9e1e6a98453449fa8 (patch) | |
tree | 74f9c8cbe319d3be555e39b6d4f9d886ebfcfd18 /source3/utils | |
parent | 60936146d0b74315ff872da047a970fe87d0f1d3 (diff) | |
download | samba-2a0e64e6916d38402d4c03b9e1e6a98453449fa8.tar.gz samba-2a0e64e6916d38402d4c03b9e1e6a98453449fa8.tar.bz2 samba-2a0e64e6916d38402d4c03b9e1e6a98453449fa8.zip |
r19883: Fix bug 4248 -- thanks to Pascal Terjan :-)
(This used to be commit 66c20f2592ee2ff37de44cc7f3ab23b440f7d840)
Diffstat (limited to 'source3/utils')
-rw-r--r-- | source3/utils/net_help.c | 1 |
1 files changed, 0 insertions, 1 deletions
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"\ |