Skip to content

Commit

Permalink
fix typo in manual page
Browse files Browse the repository at this point in the history
  • Loading branch information
grfrederic authored and WayneD committed Nov 20, 2024
1 parent 6f10f12 commit 321dd78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rsync.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -3995,7 +3995,7 @@ option (though the 2 commands behave differently if deletions are enabled):
> rsync -aiR x/y/file.txt host:/tmp/
The following command does not need an include of the "x" directory because it
is not a part of the transfer (note the traililng slash). Running this command
is not a part of the transfer (note the trailing slash). Running this command
would copy just "`/tmp/x/file.txt`" because the "y" and "z" dirs get excluded:

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

0 comments on commit 321dd78

Please sign in to comment.