1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-04 12:35:34 +02:00

sshfs: use umount instead of fusermount (#2230)

This commit is contained in:
Borek Bernard 2018-07-29 17:53:47 +02:00 committed by Owen Voke
parent dd84496c5c
commit 6274f563f3

View file

@ -8,7 +8,7 @@
- Unmount remote directory:
`fusermount -u {{mountpoint}}`
`umount {{mountpoint}}`
- Mount remote directory from server with specific port: