From dc993c13a823c910f342567e0e35465b7409dcf5 Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Mon, 23 May 2005 16:28:28 +0000 Subject: r6943: missed in last sync (This used to be commit 3002aa22505d4604f7919bf7207477e737372404) --- source3/utils/net_rpc.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 [] -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} }; -- cgit