From ad8493d90cc7e3df8eeea9ced93758a5eef6bc77 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Mon, 24 Apr 2006 12:01:14 +0000 Subject: r15198: Mention the auditing tool in "net rpc help". Guenther (This used to be commit e55e1e1e96e1a1e6d2bcc5897a44828ddc2c9f3b) --- source3/utils/net_rpc.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3') diff --git a/source3/utils/net_rpc.c b/source3/utils/net_rpc.c index 3f534f9412..5c32c23a84 100644 --- a/source3/utils/net_rpc.c +++ b/source3/utils/net_rpc.c @@ -6610,6 +6610,7 @@ int net_rpc_usage(int argc, const char **argv) 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(" 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("\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