about summary refs log tree commit diff
path: root/Doc
diff options
context:
space:
mode:
authorHan Pingtian <hanpt@linux.vnet.ibm.com>2015-05-28 09:46:11 +0800
committerPeter Stephenson <p.w.stephenson@ntlworld.com>2015-05-30 20:08:36 +0100
commit63dfc82bd2e5440ed12209c22159e349ede5ecd4 (patch)
treef9a2ad72f2c4bbcece008df9613b801d3787d05f /Doc
parent4c2a62fe8623c24f3fbb56ed17550c7f02cf9316 (diff)
downloadzsh-63dfc82bd2e5440ed12209c22159e349ede5ecd4.tar.gz
zsh-63dfc82bd2e5440ed12209c22159e349ede5ecd4.tar.xz
zsh-63dfc82bd2e5440ed12209c22159e349ede5ecd4.zip
35311: typo in zfuput behaviour
Diffstat (limited to 'Doc')
-rw-r--r--Doc/Zsh/zftpsys.yo2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Zsh/zftpsys.yo b/Doc/Zsh/zftpsys.yo
index 00062e43d..349039edc 100644
--- a/Doc/Zsh/zftpsys.yo
+++ b/Doc/Zsh/zftpsys.yo
@@ -283,7 +283,7 @@ semantics, since `tt(/)' is used as a directory separator.
 )
 findex(zfuput)
 item(tt(zfuput) [ tt(-vs) ] var(file1) ...)(
-As tt(zfput), but only send files which are newer than their local
+As tt(zfput), but only send files which are newer than their remote
 equivalents, or if the remote file does not exist.  The logic is the same
 as for tt(zfuget), but reversed between local and remote files.
 )