From dbee1088bb06a4ccb440d372102eb5c105cc4294 Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Tue, 29 May 2007 14:53:46 +0000 Subject: [PATCH] r23207: merge net help test fix from SAMBA_3_0_26 --- source/utils/net_help.c | 1 + 1 file changed, 1 insertion(+) diff --git a/source/utils/net_help.c b/source/utils/net_help.c index 46531e0f6cd..369fc095f21 100644 --- a/source/utils/net_help.c +++ b/source/utils/net_help.c @@ -220,6 +220,7 @@ 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"\ -- 2.11.4.GIT