summaryrefslogtreecommitdiff
path: root/docs-xml
diff options
context:
space:
mode:
authorUri Simchoni <uri@samba.org>2017-03-21 23:56:35 +0200
committerJeremy Allison <jra@samba.org>2017-03-28 17:45:19 +0200
commit401be6431c0821ee19ff08fbf5536fa870c9df66 (patch)
treee8c4fb0a7df8e021d4dde211970f2a1bf9f944aa /docs-xml
parent3ccb427ace78f828792f9c8f3cc1478ae38301b1 (diff)
downloadsamba-401be6431c0821ee19ff08fbf5536fa870c9df66.tar.gz
manpages: update smbclient manpage with rename -f option
Document the -f option of the rename command. Signed-off-by: Uri Simchoni <uri@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'docs-xml')
-rw-r--r--docs-xml/manpages/smbclient.1.xml7
1 files changed, 5 insertions, 2 deletions
diff --git a/docs-xml/manpages/smbclient.1.xml b/docs-xml/manpages/smbclient.1.xml
index c8f4e40b042..059e14c1856 100644
--- a/docs-xml/manpages/smbclient.1.xml
+++ b/docs-xml/manpages/smbclient.1.xml
@@ -1000,10 +1000,13 @@
</varlistentry>
<varlistentry>
- <term>rename &lt;old filename&gt; &lt;new filename&gt;</term>
+ <term>rename &lt;old filename&gt; &lt;new filename&gt; [-f]</term>
<listitem><para>Rename files in the current working directory on the
server from <replaceable>old filename</replaceable> to
- <replaceable>new filename</replaceable>. </para></listitem>
+ <replaceable>new filename</replaceable>. The optional
+ -f switch is supported only by SMB2 protocol and beyond,
+ and allows for superseding the destination file,
+ if it exists.</para></listitem>
</varlistentry>
<varlistentry>