From f6bab5b0b1e120aeb1e7ec3f6a29441903a254c1 Mon Sep 17 00:00:00 2001 From: Jim McDonough Date: Wed, 27 Mar 2002 16:36:24 +0000 Subject: Updated for long flags from popt conversion, as well as version number. Once again, can someone run docbook on this? (This used to be commit dc77ad423da65cc1135674085494a28678ec4b6f) --- docs/docbook/manpages/rpcclient.1.sgml | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) (limited to 'docs/docbook/manpages/rpcclient.1.sgml') diff --git a/docs/docbook/manpages/rpcclient.1.sgml b/docs/docbook/manpages/rpcclient.1.sgml index f32e2f9ece..f2a44d69d9 100644 --- a/docs/docbook/manpages/rpcclient.1.sgml +++ b/docs/docbook/manpages/rpcclient.1.sgml @@ -59,7 +59,8 @@ - -A filenameThis option allows + -A|--authfile=filename + This option allows you to specify a file from which to read the username and password used in the connection. The format of the file is @@ -77,7 +78,7 @@ - -c 'command string' + -c|--command='command string' execute semicolon separated commands (listed below)) @@ -86,7 +87,7 @@ - -d debuglevel + -d|--debug=debuglevel set the debuglevel. Debug level 0 is the lowest and 100 being the highest. This should be set to 100 if you are planning on submitting a bug report to the Samba team (see BUGS.txt). @@ -97,7 +98,7 @@ - -h + -h|--help Print a summary of command line options. @@ -106,7 +107,7 @@ - -l logbasename + -l|--logfile=logbasename File name for log/debug files. The extension '.client' will be appended. The log file is never removed by the client. @@ -116,7 +117,7 @@ - -N + -N|--nopass instruct rpcclient not to ask for a password. By default, rpcclient will prompt for a password. See also the -U option. @@ -124,7 +125,7 @@ - -s smb.conf + -s|--conf=smb.conf Specifies the location of the all important smb.conf file. @@ -132,7 +133,7 @@ - -U username[%password] + -U|--user=username[%password] Sets the SMB username or username and password. If %password is not specified, the user will be prompted. The @@ -160,7 +161,7 @@ - -W domain + -W|--workgroup=domain Set the SMB domain of the username. This overrides the default domain which is the domain defined in smb.conf. If the domain specified is the same as the server's NetBIOS name, @@ -399,7 +400,7 @@ VERSION - This man page is correct for version 2.2 of the Samba + This man page is correct for version 3.0 of the Samba suite. -- cgit