Merge pull request #2688 from Grunny/docs-ssh-typo-fix

Fix typo in SSH doc page
This commit is contained in:
Teemu Matilainen 2013-12-19 05:21:40 -08:00
commit 151ea86004
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ This will SSH into a running Vagrant machine and give you access to a shell.
If a `--` (two hyphens) are found on the command line, any arguments after If a `--` (two hyphens) are found on the command line, any arguments after
this are passed directly into the `ssh` executable. This allows you to pass this are passed directly into the `ssh` executable. This allows you to pass
any abitrary commands to do things such as reverse tunneling down into the any arbitrary commands to do things such as reverse tunneling down into the
`ssh` program. `ssh` program.
## Options ## Options