summaryrefslogtreecommitdiffstats
path: root/source3
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2006-06-19 10:01:02 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 11:17:37 -0500
commitbf9b5b9baf1faa2eb8a150623a97d26a4ef76922 (patch)
tree15e07297293166c11408cf47079e2af522f36106 /source3
parentc893dfa500c03987e37ff179ea731285f81b6c33 (diff)
downloadsamba-bf9b5b9baf1faa2eb8a150623a97d26a4ef76922.tar.gz
samba-bf9b5b9baf1faa2eb8a150623a97d26a4ef76922.tar.xz
samba-bf9b5b9baf1faa2eb8a150623a97d26a4ef76922.zip
r16345: Improve the chance that our users can discover one of the coolest 'net'
features. Guenther (This used to be commit 446d79a0007d3d99c73eb758216f18f64036f11d)
Diffstat (limited to 'source3')
-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 d6fd0dd5bed..30d7b7be204 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");