summaryrefslogtreecommitdiff
path: root/source3/utils/net_help.c
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2003-03-17 22:33:34 +0000
committerAndrew Bartlett <abartlet@samba.org>2003-03-17 22:33:34 +0000
commitc945a9c97ffe476313ac64aa07f631c939654683 (patch)
treeda9c5911ff743bfb1124431dc750034f7f3e39a1 /source3/utils/net_help.c
parentc320f72f430d09bddbbf640feb8ee64b13e66f73 (diff)
downloadsamba-c945a9c97ffe476313ac64aa07f631c939654683.tar.gz
samba-c945a9c97ffe476313ac64aa07f631c939654683.tar.bz2
samba-c945a9c97ffe476313ac64aa07f631c939654683.zip
Merge from HEAD:
new 'net ads dn' doxygen fixes net help fixes. (This used to be commit de24fcb097ebf0d1aec92e787622cab64d10c553)
Diffstat (limited to 'source3/utils/net_help.c')
-rw-r--r--source3/utils/net_help.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/utils/net_help.c b/source3/utils/net_help.c
index 782a530035..4000a248ff 100644
--- a/source3/utils/net_help.c
+++ b/source3/utils/net_help.c
@@ -47,6 +47,7 @@ int net_common_flags_usage(int argc, const char **argv)
d_printf("\t-U or --user=<name>\t\tuser name\n");
d_printf("\t-s or --conf=<path>\t\tpathname of smb.conf file\n");
d_printf("\t-l or --long\t\t\tDisplay full information\n");
+ d_printf("\t-P or --machine-pass\t\tAuthenticate as machine account\n");
return -1;
}
@@ -160,6 +161,7 @@ static int net_usage(int argc, const char **argv)
" net rpc <command>\tto run RPC commands\n"\
"\n"\
"Type \"net help <option>\" to get more information on that option\n");
+ net_common_flags_usage(argc, argv);
return -1;
}