diff options
author | Gerald Carter <jerry@samba.org> | 2007-05-29 14:53:46 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:22:54 -0500 |
commit | 6a824bb1206228b4afa0e61a06c68027d0d9db59 (patch) | |
tree | 81e324eee04c967db5d2c1d2479f31f8acc39b35 /source3/utils | |
parent | 403684f7bd199bd569d7fa8c17da79e0e8a1ccc9 (diff) | |
download | samba-6a824bb1206228b4afa0e61a06c68027d0d9db59.tar.gz samba-6a824bb1206228b4afa0e61a06c68027d0d9db59.tar.bz2 samba-6a824bb1206228b4afa0e61a06c68027d0d9db59.zip |
r23207: merge net help test fix from SAMBA_3_0_26
(This used to be commit dbee1088bb06a4ccb440d372102eb5c105cc4294)
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"\ |