diff options
Diffstat (limited to 'source3/utils')
-rw-r--r-- | source3/utils/net_help.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/utils/net_help.c b/source3/utils/net_help.c index 46531e0f6c..369fc095f2 100644 --- a/source3/utils/net_help.c +++ b/source3/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"\ |