diff options
author | Uri Simchoni <uri@samba.org> | 2017-04-07 21:10:47 +0300 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2017-04-08 02:38:16 +0200 |
commit | 5b4a1b628ecf533374f57c8cdda8fc0f9f38d496 (patch) | |
tree | c19b0d1dfe1bfe6beaa2bda15632e2a85dda3a22 | |
parent | 8dfbba59d768b10f6b088cfc49e5dbe6de4834e1 (diff) | |
download | samba-5b4a1b628ecf533374f57c8cdda8fc0f9f38d496.tar.gz |
docs: fixup smbclient rename -f option
Fixup documentation of new -f option of the smbclient
rename command. This command is supported by SMB1 and
SMB2.
Signed-off-by: Uri Simchoni <uri@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
Autobuild-User(master): Jeremy Allison <jra@samba.org>
Autobuild-Date(master): Sat Apr 8 02:38:16 CEST 2017 on sn-devel-144
-rw-r--r-- | docs-xml/manpages/smbclient.1.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs-xml/manpages/smbclient.1.xml b/docs-xml/manpages/smbclient.1.xml index 059e14c1856..2b712fe18e6 100644 --- a/docs-xml/manpages/smbclient.1.xml +++ b/docs-xml/manpages/smbclient.1.xml @@ -1004,9 +1004,9 @@ <listitem><para>Rename files in the current working directory on the server from <replaceable>old filename</replaceable> to <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> + -f switch allows for superseding the destination file, + if it exists. This is supported by NT1 protocol dialect + and SMB2 protocol family.</para></listitem> </varlistentry> <varlistentry> |