Add a note about how to exclude directories in the copy command

This commit is contained in:
Kovid Goyal 2022-07-12 16:23:48 +05:30
parent 4c2800b294
commit 3a17f54bca
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -38,7 +38,7 @@ def option_text() -> str:
A glob pattern. Files with names matching this pattern are excluded from being
transferred. Useful when adding directories. Can
be specified multiple times, if any of the patterns match the file will be
excluded.
excluded. To exclude a directory use a pattern like */directory_name/*.
--symlink-strategy