summaryrefslogtreecommitdiff
path: root/source3/utils/net_help.c
diff options
context:
space:
mode:
authorJim McDonough <jmcd@samba.org>2002-05-31 21:10:49 +0000
committerJim McDonough <jmcd@samba.org>2002-05-31 21:10:49 +0000
commit4e71eae06eb4a2d67edd3767dc888c5c5de3cfc9 (patch)
tree9ccc7a58eb69feb2c9165259309cec6bceddd80d /source3/utils/net_help.c
parent0f7e6fd0ec1dbe4a5d75a7df2f5ac32e95fd4d9a (diff)
downloadsamba-4e71eae06eb4a2d67edd3767dc888c5c5de3cfc9.tar.gz
samba-4e71eae06eb4a2d67edd3767dc888c5c5de3cfc9.tar.bz2
samba-4e71eae06eb4a2d67edd3767dc888c5c5de3cfc9.zip
Enable all net rpc share subcommands and autoselect transport.
(This used to be commit ebd07c3a295e3f8cd46441caac4dc8e8b178c2cc)
Diffstat (limited to 'source3/utils/net_help.c')
-rw-r--r--source3/utils/net_help.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/utils/net_help.c b/source3/utils/net_help.c
index 18a89a9cb7..d87c3abe76 100644
--- a/source3/utils/net_help.c
+++ b/source3/utils/net_help.c
@@ -99,9 +99,9 @@ int net_help_share(int argc, const char **argv)
"\nnet <method> share [misc. options] [targets] \n"
"\tenumerates all exported resources (network shares) "
"on target server\n"
- "\nnet [rap] share ADD <name=serverpath> [misc. options] [targets]"
+ "\nnet <method> share ADD <name=serverpath> [misc. options] [targets]"
"\n\tAdds a share from a server (makes the export active)\n"
- "\nnet [rap] share DELETE <sharename> [misc. options] [targets]\n"
+ "\nnet <method> share DELETE <sharename> [misc. options] [targets]\n"
"\n\tDeletes a share from a server (makes the export inactive)\n");
net_common_methods_usage(argc, argv);
net_common_flags_usage(argc, argv);