Fixed English tenses as reported by tldr-lint
This commit is contained in:
@@ -2,15 +2,15 @@
|
||||
|
||||
> Filesystem client based on ssh.
|
||||
|
||||
- Mounting remote directory:
|
||||
- Mount remote directory:
|
||||
|
||||
`sshfs {{username}}@{{remote_host}}:{{remote_directory}} {{mountpoint}}`
|
||||
|
||||
- Unmounting remote directory:
|
||||
- Unmount remote directory:
|
||||
|
||||
`fusermount -u {{mountpoint}}`
|
||||
|
||||
- Mounting remote directory from server with specific port:
|
||||
- Mount remote directory from server with specific port:
|
||||
|
||||
`sshfs {{username}}@{{remote_host}}:{{remote_directory}} -p {{2222}}`
|
||||
|
||||
|
Reference in New Issue
Block a user