Fixed English tenses as reported by tldr-lint

This commit is contained in:
Ruben Vereecken
2016-01-16 15:12:05 +01:00
parent 34e1ac7b2e
commit 5a26958e94
18 changed files with 26 additions and 26 deletions

View File

@@ -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}}`