s3-docs: mention long and undocumented option names in rpcclient manpage.
authorGünther Deschner <gd@samba.org>
Mon, 21 Dec 2009 16:30:07 +0000 (17:30 +0100)
committerGünther Deschner <gd@samba.org>
Mon, 21 Dec 2009 16:47:16 +0000 (17:47 +0100)
Guenther

docs-xml/manpages-3/rpcclient.1.xml

index f7cef5f1fbf13ca75d53190e5e79e81b55d21216..1a546a9598ea163801ae5a13c2cc454c90367d79 100644 (file)
@@ -29,7 +29,6 @@
                <arg choice="opt">-s &lt;smb config file&gt;</arg>
                <arg choice="opt">-U username[%password]</arg>
                <arg choice="opt">-W workgroup</arg>
-               <arg choice="opt">-N</arg>
                <arg choice="opt">-I destinationIP</arg>
                <arg choice="req">server</arg>
        </cmdsynopsis>
@@ -70,7 +69,7 @@
 
                
                <varlistentry>
-               <term>-I IP-address</term>
+               <term>-I|--dest-ip IP-address</term>
                <listitem><para><replaceable>IP address</replaceable> is the address of the server to connect to. 
                It should be specified in standard "a.b.c.d" notation. </para>
 
                above. </para></listitem>
                </varlistentry>
 
+               <varlistentry>
+               <term>-p|--port port</term>
+               <listitem><para>This number is the TCP port number that will be used
+               when making connections to the server. The standard (well-known)
+               TCP port number for an SMB/CIFS server is 139, which is the
+               default. </para></listitem>
+               </varlistentry>
+
                &stdarg.server.debug;
                &popt.common.samba;
                &popt.common.credentials;