Skip to content

Commit 3259824

Browse files
authored
Update README.md
minor typo fix to the sshfs mount command
1 parent 730d6f2 commit 3259824

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ The easiest and most secure way is `sshfs`
246246
```bash
247247
# on Linux/Windows
248248
mkdir ~/mnt/osx
249-
sshfs user@localhost:/ -p 50922 ~/mnt/osx
249+
sshfs user@localhost: -p 50922 ~/mnt/osx
250250
# wait a few seconds, and ~/mnt/osx will have full rootfs mounted over ssh, and in userspace
251251
# automated: sshpass -p <password> sshfs user@localhost:/ -p 50922 ~/mnt/osx
252252
```

0 commit comments

Comments
 (0)