Merge pull request #1600 from czerasz/patch-1

Documentation typo update
This commit is contained in:
Evan Hazlett 2015-07-28 09:35:40 -07:00
commit 4a8e93ac9b
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ parent="smn_machine_subcmds"
# restart
Restart a machine. Oftentimes this is equivalent to
`docker-machine stop; machine start`.
`docker-machine stop; docker-machine start`.
```
$ docker-machine restart dev