diff options
author | Michael Adam <obnox@samba.org> | 2007-06-22 22:37:07 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:23:34 -0500 |
commit | ae7e3c9708a16fe70acf609d9a9370a9e3f2ab37 (patch) | |
tree | a62397928f4678bb145e8a9a1818784743950060 | |
parent | bbbfd7f41ab85f269d115f19601729f16079b552 (diff) | |
download | samba-ae7e3c9708a16fe70acf609d9a9370a9e3f2ab37.tar.gz samba-ae7e3c9708a16fe70acf609d9a9370a9e3f2ab37.tar.xz samba-ae7e3c9708a16fe70acf609d9a9370a9e3f2ab37.zip |
r23593: Mention "net conf" in top level net usage.
Michael
-rw-r--r-- | source/utils/net_help.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/source/utils/net_help.c b/source/utils/net_help.c index 369fc095f21..a293822c29c 100644 --- a/source/utils/net_help.c +++ b/source/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 <command>\tto run ADS commands\n"\ " net rap <command>\tto run RAP (pre-RPC) commands\n"\ |