Merge pull request #1916 from saturnflyer/master
Add helpful info about which command to run when another command fails.
This commit is contained in:
commit
71ec8cf9bf
|
@ -654,7 +654,7 @@ en:
|
|||
vm_already_running: |-
|
||||
VirtualBox VM is already running.
|
||||
vm_not_created: "VM not created. Moving on..."
|
||||
vm_not_running: "VM is not currently running. Please bring it up to run this command."
|
||||
vm_not_running: "VM is not currently running. Please, first bring it up with `vagrant up` then run this command."
|
||||
box:
|
||||
remove_must_specify_provider: |-
|
||||
Multiple providers were found for the box '%{name}'. Please specify
|
||||
|
|
Loading…
Reference in New Issue