summaryrefslogtreecommitdiff
path: root/docs-xml
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2009-12-21 17:30:07 +0100
committerKarolin Seeger <kseeger@samba.org>2009-12-23 09:57:38 +0100
commit9d335577670af19fd34a28902064e8869810d077 (patch)
tree8879c1f157d2cf24701ef4f0b64897bca9aea2cd /docs-xml
parent7b48e0c90f1bd905ae86d995dd6fdd94fc1b3664 (diff)
downloadsamba-9d335577670af19fd34a28902064e8869810d077.tar.gz
s3-docs: mention long and undocumented option names in rpcclient manpage.
Guenther (cherry picked from commit 9a7bed7ae6ec46a848a87b9e9b41e686fffeb26b) (cherry picked from commit 660f84818fe4b8b5886a65a6b3725ed552ce497c)
Diffstat (limited to 'docs-xml')
-rw-r--r--docs-xml/manpages-3/rpcclient.1.xml11
1 files changed, 9 insertions, 2 deletions
diff --git a/docs-xml/manpages-3/rpcclient.1.xml b/docs-xml/manpages-3/rpcclient.1.xml
index 79bb9289e5b..1f6187ac60e 100644
--- a/docs-xml/manpages-3/rpcclient.1.xml
+++ b/docs-xml/manpages-3/rpcclient.1.xml
@@ -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>
@@ -87,6 +86,14 @@
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;