Updated for long flags from popt conversion, as well as version number.
authorJim McDonough <jmcd@samba.org>
Wed, 27 Mar 2002 16:36:24 +0000 (16:36 +0000)
committerJim McDonough <jmcd@samba.org>
Wed, 27 Mar 2002 16:36:24 +0000 (16:36 +0000)
Once again, can someone run docbook on this?
(This used to be commit dc77ad423da65cc1135674085494a28678ec4b6f)

docs/docbook/manpages/rpcclient.1.sgml

index f32e2f9ece63dfd6ac979325bb76d01f6f8b3263..f2a44d69d906e8989f0692889106e0a39dc18c0d 100644 (file)
@@ -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>
 
                
                <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.
 
                
                <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>
 
                
                <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>
                                
 
                <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 
                
                
                <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, 
 <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>