mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-04 21:15:35 +02:00
sshfs: use umount instead of fusermount (#2230)
This commit is contained in:
parent
dd84496c5c
commit
6274f563f3
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
||||||
|
|
||||||
- Unmount remote directory:
|
- Unmount remote directory:
|
||||||
|
|
||||||
`fusermount -u {{mountpoint}}`
|
`umount {{mountpoint}}`
|
||||||
|
|
||||||
- Mount remote directory from server with specific port:
|
- Mount remote directory from server with specific port:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue