From 3a17f54bca91d7fece92c29a615ea4c96782276f Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 12 Jul 2022 16:23:48 +0530 Subject: [PATCH] Add a note about how to exclude directories in the copy command --- kittens/ssh/copy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kittens/ssh/copy.py b/kittens/ssh/copy.py index 1f863df8c..0c4d33407 100644 --- a/kittens/ssh/copy.py +++ b/kittens/ssh/copy.py @@ -38,7 +38,7 @@ type=list 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