Skip to content

Commit 321dd78

Browse files
grfredericWayneD
authored andcommitted
fix typo in manual page
1 parent 6f10f12 commit 321dd78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rsync.1.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3995,7 +3995,7 @@ option (though the 2 commands behave differently if deletions are enabled):
39953995
> rsync -aiR x/y/file.txt host:/tmp/
39963996
39973997
The following command does not need an include of the "x" directory because it
3998-
is not a part of the transfer (note the traililng slash). Running this command
3998+
is not a part of the transfer (note the trailing slash). Running this command
39993999
would copy just "`/tmp/x/file.txt`" because the "y" and "z" dirs get excluded:
40004000

40014001
> rsync -ai -f'+ file.txt' -f'- *' x/ host:/tmp/x/

0 commit comments

Comments
 (0)