diff options
author | Andrew Bartlett <abartlet@samba.org> | 2004-02-08 12:00:40 +0000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2004-02-08 12:00:40 +0000 |
commit | 41de88438b6217b4066ef78a623dd6244f5959d8 (patch) | |
tree | ead48f2b8ebeb6b8448692140d73841e590c04ba /source3/utils/net_rpc.c | |
parent | 9b586b5a645c27d48d3cf8eb788e297ba83114d6 (diff) | |
download | samba-41de88438b6217b4066ef78a623dd6244f5959d8.tar.gz samba-41de88438b6217b4066ef78a623dd6244f5959d8.tar.bz2 samba-41de88438b6217b4066ef78a623dd6244f5959d8.zip |
(merge from 3.0)
Add some help for 'net rpc password'.
Andrew Bartlett
(This used to be commit 2c6f1966d6c25238d73a46132c05794677c3a882)
Diffstat (limited to 'source3/utils/net_rpc.c')
-rw-r--r-- | source3/utils/net_rpc.c | 1 |
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"); |