diff options
author | Karolin Seeger <kseeger@samba.org> | 2008-08-05 14:10:11 +0200 |
---|---|---|
committer | Karolin Seeger <kseeger@samba.org> | 2008-08-05 14:17:08 +0200 |
commit | 9f9f8ef14bfded6a7b4bd068da328f62f2399255 (patch) | |
tree | 9f24d03d852a3635f2859fbe28c9d2bcd587d6e0 /docs-xml | |
parent | 54d8b50904cf1f779f127549471a0ffa8bd97ca8 (diff) | |
download | samba-9f9f8ef14bfded6a7b4bd068da328f62f2399255.tar.gz samba-9f9f8ef14bfded6a7b4bd068da328f62f2399255.tar.xz samba-9f9f8ef14bfded6a7b4bd068da328f62f2399255.zip |
man pages: Add documentation about smbclient command "rename".
This fixes bug #5268.
Thanks to Alexander Franz <a.franz [at] gmx.net> for reporting!
Karolin
(This used to be commit 0a93fd2dedfa7fed1ad0b8a5e079bf7be72a4bd5)
Diffstat (limited to 'docs-xml')
-rw-r--r-- | docs-xml/manpages-3/smbclient.1.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs-xml/manpages-3/smbclient.1.xml b/docs-xml/manpages-3/smbclient.1.xml index 5096e7da5f9..e2662cc08dc 100644 --- a/docs-xml/manpages-3/smbclient.1.xml +++ b/docs-xml/manpages-3/smbclient.1.xml @@ -929,6 +929,13 @@ </varlistentry> <varlistentry> + <term>rename <old filename> <new filename></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> + </varlistentry> + + <varlistentry> <term>rm <mask></term> <listitem><para>Remove all files matching <replaceable>mask</replaceable> from the current working directory on the server. </para></listitem> |