1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-27 14:04:05 +03:00

r15198: Mention the auditing tool in "net rpc help".

Guenther
This commit is contained in:
Günther Deschner 2006-04-24 12:01:14 +00:00 committed by Gerald (Jerry) Carter
parent eb53f01863
commit e55e1e1e96

View File

@ -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");