Documentation typo update

This commit is contained in:
Michał Czeraszkiewicz 2015-07-28 15:21:38 +02:00
parent ef9acc98b6
commit 8a02efe0c9
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