From f61b3f20c5bb9d821c54189d3cab1995f6aa5dd4 Mon Sep 17 00:00:00 2001 From: Georgios Kafanas Date: Fri, 12 Jul 2024 12:54:34 +0200 Subject: [PATCH] [BUGFIX:data-transfer] Add missing space in SSHFS command example --- docs/data/transfer.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/data/transfer.md b/docs/data/transfer.md index 8fe590c8..5482af8a 100644 --- a/docs/data/transfer.md +++ b/docs/data/transfer.md @@ -251,7 +251,7 @@ Proceed as follows (_assuming_ you have a working [SSH connection](../connect/ss ```bash # Create a local directory for the mounting point mkdir -p ~/ulhpc # Your prefered mount point -sshfs iris-cluster:~/ulhpc -o follow_symlinks -o reconnect -o dir_cache=no +sshfs iris-cluster: ~/ulhpc -o follow_symlinks -o reconnect -o dir_cache=no ``` Options used: