1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-05-20 06:56:05 +02:00

35311: typo in zfuput behaviour

This commit is contained in:
Han Pingtian 2015-05-28 09:46:11 +08:00 committed by Peter Stephenson
parent 4c2a62fe86
commit 63dfc82bd2
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2015-05-30 Peter Stephenson <p.w.stephenson@ntlworld.com>
* Han Pingtian: 35311: Doc/Zsh/zftpsys.yo: typo in zfuput
behaviour.
2015-05-30 Barton E. Schaefer <schaefer@zsh.org>
* Oliver Kiddle: 35310 (plus undo 35268 (git 899613f)):

View File

@ -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.
)