summaryrefslogtreecommitdiff
path: root/helm-help.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2020-06-30 08:16:10 +0200
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2020-06-30 08:16:10 +0200
commit85cc869a74fdb0b880e5fb45904c5ad3eec43e93 (patch)
tree7ca3af24b4c9171bdb7fcfce8453b62d402a0199 /helm-help.el
parentdee9e48fa76ad4a0d7b4ad1f6f3e7dd53e74d7cd (diff)
Update HFF help
Diffstat (limited to 'helm-help.el')
-rw-r--r--helm-help.el9
1 files changed, 8 insertions, 1 deletions
diff --git a/helm-help.el b/helm-help.el
index 3e14dffd..6acd4f71 100644
--- a/helm-help.el
+++ b/helm-help.el
@@ -742,12 +742,19 @@ trailing slashes are added to directory names, which mean that
directory is created on destination if it doesn't already exists,
see rsync documentation for more infos on rsync behavior. To
synchronize a directory, mark all in the directory and rsync all
-marked to the destination directory.
+marked to the destination directory or rsync the directory itself
+to its parent, e.g. remote:/home/you/music => /home/you.
The options are configurable through `helm-rsync-switches', but
you can modify them on the fly when needed by using a prefix arg,
in this case you will be prompted for modifications.
+NOTE: When selecting a remote file, if you use the tramp syntax
+for specifying a port, i.e. host#2222, helm will add
+automatically \"-e 'ssh -p 2222'\" to the rsync command line
+unless you have specified yourself the \"-e\" option by editing
+rsync command line with a prefix arg (see above).
+
*** Bookmark the `helm-find-files' session
You can bookmark the `helm-find-files' session with `\\[helm-ff-bookmark-set]'.