diff options
| author | Han Pingtian <hanpt@linux.vnet.ibm.com> | 2015-05-28 09:46:11 +0800 |
|---|---|---|
| committer | Peter Stephenson <p.w.stephenson@ntlworld.com> | 2015-05-30 20:08:36 +0100 |
| commit | 63dfc82bd2e5440ed12209c22159e349ede5ecd4 (patch) | |
| tree | f9a2ad72f2c4bbcece008df9613b801d3787d05f /Doc | |
| parent | 35310 (plus undo 35268 (git 899613f)): fix quoting of cached arrays (diff) | |
| download | zsh-63dfc82bd2e5440ed12209c22159e349ede5ecd4.tar zsh-63dfc82bd2e5440ed12209c22159e349ede5ecd4.tar.gz zsh-63dfc82bd2e5440ed12209c22159e349ede5ecd4.tar.bz2 zsh-63dfc82bd2e5440ed12209c22159e349ede5ecd4.tar.lz zsh-63dfc82bd2e5440ed12209c22159e349ede5ecd4.tar.xz zsh-63dfc82bd2e5440ed12209c22159e349ede5ecd4.tar.zst zsh-63dfc82bd2e5440ed12209c22159e349ede5ecd4.zip | |
35311: typo in zfuput behaviour
Diffstat (limited to 'Doc')
| -rw-r--r-- | Doc/Zsh/zftpsys.yo | 2 |
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. ) |
