Skip to content

Commit

Permalink
README: update readme with new options for vagrant sshfs command
Browse files Browse the repository at this point in the history
  • Loading branch information
dustymabe committed Apr 15, 2016
1 parent 69d02aa commit c8cb5da
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,13 +87,13 @@ section.
## Executing the `vagrant sshfs` Command

The Vagrant SSHFS plugin also supports execution of the `vagrant sshfs`
command from the command line. Executing this command will
iterate through the Vagrant file and attempt to mount (via SSHFS) any
folders that aren't already mounted in the Vagrant guest that is
associated with the current directory.
command from the command line. Executing this command with the `--mount`
option will iterate through the Vagrant file and attempt to mount (via
SSHFS) any folders that aren't already mounted in the Vagrant guest.
Executing with the `--unmount` option will unmount any mounted folders.

```
vagrant sshfs
vagrant sshfs [--mount|--unmount] [vm-name]
```

## Options
Expand Down

0 comments on commit c8cb5da

Please sign in to comment.