Make the error message when the VM is not running more clear

This commit is contained in:
Mitchell Hashimoto 2012-01-05 15:09:41 -08:00
parent e85095d1bf
commit 46feef4f24
1 changed files with 2 additions and 1 deletions

View File

@ -170,7 +170,8 @@ en:
vm_not_found: |-
A VM by the name of %{name} was not found.
vm_not_running: |-
VM must be running to open SSH connection.
VM must be running to open SSH connection. Run `vagrant up`
to start the virtual machine.
#-------------------------------------------------------------------------------
# Translations for config validation errors