summaryrefslogtreecommitdiff
path: root/source3/utils
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2004-02-08 09:25:58 +0000
committerAndrew Bartlett <abartlet@samba.org>2004-02-08 09:25:58 +0000
commit62df6251ccaf705fbabb5342a87947bd643209a6 (patch)
tree8e86a678afe90974883d156bea24a520a0fd0dc1 /source3/utils
parentd198c5587774808823aa09e997ff492826738c51 (diff)
downloadsamba-62df6251ccaf705fbabb5342a87947bd643209a6.tar.gz
samba-62df6251ccaf705fbabb5342a87947bd643209a6.tar.bz2
samba-62df6251ccaf705fbabb5342a87947bd643209a6.zip
Add some help for 'net rpc password'.
Andrew Bartlett (This used to be commit 4c7d6b9be393f1f5697afe0671f15651ac6282f3)
Diffstat (limited to 'source3/utils')
-rw-r--r--source3/utils/net_rpc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/utils/net_rpc.c b/source3/utils/net_rpc.c
index eef3adbcb8..dddfec2255 100644
--- a/source3/utils/net_rpc.c
+++ b/source3/utils/net_rpc.c
@@ -2610,6 +2610,7 @@ int net_rpc_usage(int argc, const char **argv)
d_printf(" net rpc oldjoin \t\t\tto join a domain created in server manager\n\n\n");
d_printf(" net rpc testjoin \t\ttests that a join is valid\n");
d_printf(" net rpc user \t\t\tto add, delete and list users\n");
+ d_printf(" net rpc password <username> [<password>] -Uadmin_username%%admin_pass");
d_printf(" net rpc group \t\tto list groups\n");
d_printf(" net rpc share \t\tto add, delete, and list shares\n");
d_printf(" net rpc file \t\t\tto list open files\n");