summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJim McDonough <jmcd@samba.org>2002-03-27 16:36:24 +0000
committerJim McDonough <jmcd@samba.org>2002-03-27 16:36:24 +0000
commitdc77ad423da65cc1135674085494a28678ec4b6f (patch)
tree44edc1cbad55fb6d103fa59315b33829724ad2aa
parente074f10622329ba6588078f8c640fbc29f536c5b (diff)
downloadsamba-dc77ad423da65cc1135674085494a28678ec4b6f.tar.gz
samba-dc77ad423da65cc1135674085494a28678ec4b6f.tar.xz
samba-dc77ad423da65cc1135674085494a28678ec4b6f.zip
Updated for long flags from popt conversion, as well as version number.
Once again, can someone run docbook on this?
-rw-r--r--docs/docbook/manpages/rpcclient.1.sgml21
1 files changed, 11 insertions, 10 deletions
diff --git a/docs/docbook/manpages/rpcclient.1.sgml b/docs/docbook/manpages/rpcclient.1.sgml
index f32e2f9ece6..f2a44d69d90 100644
--- a/docs/docbook/manpages/rpcclient.1.sgml
+++ b/docs/docbook/manpages/rpcclient.1.sgml
@@ -59,7 +59,8 @@
<varlistentry>
- <term>-A filename</term><listitem><para>This option allows
+ <term>-A|--authfile=filename</term>
+ <listitem><para>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
</para>
@@ -77,7 +78,7 @@
<varlistentry>
- <term>-c 'command string'</term>
+ <term>-c|--command='command string'</term>
<listitem><para>execute semicolon separated commands (listed
below)) </para></listitem>
</varlistentry>
@@ -86,7 +87,7 @@
<varlistentry>
- <term>-d debuglevel</term>
+ <term>-d|--debug=debuglevel</term>
<listitem><para>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 <filename>BUGS.txt</filename>).
@@ -97,7 +98,7 @@
<varlistentry>
- <term>-h</term>
+ <term>-h|--help</term>
<listitem><para>Print a summary of command line options.
</para></listitem>
</varlistentry>
@@ -106,7 +107,7 @@
<varlistentry>
- <term>-l logbasename</term>
+ <term>-l|--logfile=logbasename</term>
<listitem><para>File name for log/debug files. The extension
<constant>'.client'</constant> will be appended. The log file is never removed
by the client.
@@ -116,7 +117,7 @@
<varlistentry>
- <term>-N</term>
+ <term>-N|--nopass</term>
<listitem><para>instruct <command>rpcclient</command> not to ask
for a password. By default, <command>rpcclient</command> will prompt
for a password. See also the <parameter>-U</parameter> option.</para></listitem>
@@ -124,7 +125,7 @@
<varlistentry>
- <term>-s smb.conf</term>
+ <term>-s|--conf=smb.conf</term>
<listitem><para>Specifies the location of the all important
<filename>smb.conf</filename> file. </para></listitem>
</varlistentry>
@@ -132,7 +133,7 @@
<varlistentry>
- <term>-U username[%password]</term>
+ <term>-U|--user=username[%password]</term>
<listitem><para>Sets the SMB username or username and password. </para>
<para>If %password is not specified, the user will be prompted. The
@@ -160,7 +161,7 @@
<varlistentry>
- <term>-W domain</term>
+ <term>-W|--workgroup=domain</term>
<listitem><para>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 @@
<refsect1>
<title>VERSION</title>
- <para>This man page is correct for version 2.2 of the Samba
+ <para>This man page is correct for version 3.0 of the Samba
suite.</para>
</refsect1>