diff options
author | Gerald Carter <jerry@samba.org> | 2005-05-23 16:28:28 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 10:56:58 -0500 |
commit | dc993c13a823c910f342567e0e35465b7409dcf5 (patch) | |
tree | 616a1368097d9a41283bf44a7bf3c4992cd20a39 /source3/utils | |
parent | f0c650a38286c07b9f3e83139c15bfbadc70ad5f (diff) | |
download | samba-dc993c13a823c910f342567e0e35465b7409dcf5.tar.gz samba-dc993c13a823c910f342567e0e35465b7409dcf5.tar.bz2 samba-dc993c13a823c910f342567e0e35465b7409dcf5.zip |
r6943: missed in last sync
(This used to be commit 3002aa22505d4604f7919bf7207477e737372404)
Diffstat (limited to 'source3/utils')
-rw-r--r-- | source3/utils/net_rpc.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/source3/utils/net_rpc.c b/source3/utils/net_rpc.c index 3602e90956..3956756489 100644 --- a/source3/utils/net_rpc.c +++ b/source3/utils/net_rpc.c @@ -5485,7 +5485,7 @@ int net_rpc_usage(int argc, const char **argv) { d_printf(" net rpc info \t\t\tshow basic info about a domain \n"); d_printf(" net rpc join \t\t\tto join a domain \n"); - d_printf(" net rpc oldjoin \t\t\tto join a domain created in server manager\n\n\n"); + d_printf(" net rpc oldjoin \t\t\tto join a domain created in server manager\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\n"); @@ -5501,6 +5501,7 @@ int net_rpc_usage(int argc, const char **argv) d_printf(" net rpc abortshutdown \tto abort the shutdown of a remote server\n"); d_printf(" net rpc shutdown \t\tto shutdown a remote server\n"); d_printf(" net rpc rights\t\tto manage privileges assigned to SIDs\n"); + d_printf(" net rpc registry\t\tto manage registry hives\n"); d_printf("\n"); d_printf("'net rpc shutdown' also accepts the following miscellaneous options:\n"); /* misc options */ d_printf("\t-r or --reboot\trequest remote server reboot on shutdown\n"); @@ -5571,6 +5572,7 @@ int net_rpc(int argc, const char **argv) {"getsid", net_rpc_getsid}, {"rights", net_rpc_rights}, {"service", net_rpc_service}, + {"registry", net_rpc_registry}, {"help", net_rpc_help}, {NULL, NULL} }; |