From bf9b5b9baf1faa2eb8a150623a97d26a4ef76922 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Mon, 19 Jun 2006 10:01:02 +0000 Subject: r16345: Improve the chance that our users can discover one of the coolest 'net' features. Guenther (This used to be commit 446d79a0007d3d99c73eb758216f18f64036f11d) --- source3/utils/net_rpc.c | 1 + 1 file changed, 1 insertion(+) diff --git a/source3/utils/net_rpc.c b/source3/utils/net_rpc.c index d6fd0dd5be..30d7b7be20 100644 --- a/source3/utils/net_rpc.c +++ b/source3/utils/net_rpc.c @@ -6665,6 +6665,7 @@ int net_rpc_usage(int argc, const char **argv) d_printf(" net rpc registry\t\tto manage registry hives\n"); d_printf(" net rpc service\t\tto start, stop and query services\n"); d_printf(" net rpc audit\t\t\tto modify global auditing settings\n"); + d_printf(" net rpc shell\t\t\tto open an interactive shell for remote server/account management\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"); -- cgit