summaryrefslogtreecommitdiff
path: root/source3/utils/net_help.c
diff options
context:
space:
mode:
authorJim McDonough <jmcd@samba.org>2002-06-01 01:03:04 +0000
committerJim McDonough <jmcd@samba.org>2002-06-01 01:03:04 +0000
commit125432c73abedff1309c87cb50507fccb787cf43 (patch)
treeb544e8285999a6bf14a674d17c598b18569d6d46 /source3/utils/net_help.c
parentf2d37f907c464996eb20dc62bd324751547f6584 (diff)
downloadsamba-125432c73abedff1309c87cb50507fccb787cf43.tar.gz
samba-125432c73abedff1309c87cb50507fccb787cf43.tar.bz2
samba-125432c73abedff1309c87cb50507fccb787cf43.zip
Add remainder of net rpc file subcommands, and autoselect transport on
net file (This used to be commit fd938eca210602790c4d0e442f3aa9aa22b5fdf2)
Diffstat (limited to 'source3/utils/net_help.c')
-rw-r--r--source3/utils/net_help.c10
1 files changed, 6 insertions, 4 deletions
diff --git a/source3/utils/net_help.c b/source3/utils/net_help.c
index d87c3abe76..40f1c409a1 100644
--- a/source3/utils/net_help.c
+++ b/source3/utils/net_help.c
@@ -115,10 +115,12 @@ int net_help_file(int argc, const char **argv)
{
d_printf("net <method> file [misc. options] [targets]\n"\
"\tlists all open files on file server\n\n");
- d_printf("net [rap] file USER <username> [misc. options] [targets]\n"\
- "\tlists all files opened by username on file server\n\n");
- d_printf("net [rap] file CLOSE <id> [misc. options] [targets]\n"\
- "\tcloses specified file on target server\n");
+ d_printf("net <method> file USER <username> [misc. options] [targets]"\
+ "\n\tlists all files opened by username on file server\n\n");
+ d_printf("net <method> file CLOSE <id> [misc. options] [targets]\n"\
+ "\tcloses specified file on target server\n\n");
+ d_printf("net [rap] file INFO <id> [misc. options] [targets]\n"\
+ "\tdisplays information about the specified open file\n");
net_common_methods_usage(argc, argv);
net_common_flags_usage(argc, argv);