From a12d9fb6b390994ddd6e63c592885865b6ba3a2c Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Fri, 22 Jun 2007 22:37:07 +0000 Subject: r23593: Mention "net conf" in top level net usage. Michael (This used to be commit ae7e3c9708a16fe70acf609d9a9370a9e3f2ab37) --- source3/utils/net_help.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'source3/utils') diff --git a/source3/utils/net_help.c b/source3/utils/net_help.c index 369fc095f2..a293822c29 100644 --- a/source3/utils/net_help.c +++ b/source3/utils/net_help.c @@ -234,8 +234,9 @@ static int net_usage(int argc, const char **argv) " net changesecretpw\tto change the machine password in the local secrets database only\n"\ " \tthis requires the -f flag as a safety barrier\n"\ " net status\t\tShow server status\n"\ - " net usersidlist\tto get a list of all users with their SIDs\n" - " net usershare\t\tto add, delete and list locally user-modifiable shares\n" + " net usersidlist\tto get a list of all users with their SIDs\n" + " net usershare\t\tto add, delete and list locally user-modifiable shares\n" + " net conf\t\tto view and edit samba's registry based configuration\n" "\n"\ " net ads \tto run ADS commands\n"\ " net rap \tto run RAP (pre-RPC) commands\n"\ -- cgit