From 62e8be448b96881d37b07037d2255747867c8778 Mon Sep 17 00:00:00 2001 From: Chris Griffing Date: Tue, 24 Feb 2026 16:20:39 -0800 Subject: [PATCH] docs: explain how strip_components works for english readme for now --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eb7c683..2e9d80d 100644 --- a/README.md +++ b/README.md @@ -100,7 +100,7 @@ jobs: | source | Local files/directories to transfer (comma-separated) | - | Use explicit paths | | target | Target directory on remote server (must be a directory) | - | Avoid root directories | | rm | Remove target directory before upload | - | Use with caution | -| strip_components | Remove leading path elements when extracting | - | | +| strip_components | Remove leading path elements when extracting | 0 | The amount of path components to strip from the source path | | overwrite | Overwrite existing files with tar | - | | | tar_dereference | Follow symlinks with tar | - | | | tar_tmp_path | Temp path for tar file on destination | - | |