Skip to content

Commit 7f31e91

Browse files
authored
Merge pull request #840 from Dakai/master
Update README.md
2 parents 0b3e586 + 3259824 commit 7f31e91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ The easiest and most secure way is `sshfs`
265265
```bash
266266
# on Linux/Windows
267267
mkdir ~/mnt/osx
268-
sshfs user@localhost:/ -p 50922 ~/mnt/osx
268+
sshfs user@localhost: -p 50922 ~/mnt/osx
269269
# wait a few seconds, and ~/mnt/osx will have full rootfs mounted over ssh, and in userspace
270270
# automated: sshpass -p <password> sshfs user@localhost:/ -p 50922 ~/mnt/osx
271271
```

0 commit comments

Comments
 (0)