Add missing word to output of "vagrant up"

Add the word "flag" to the phrase "or use the `--provision` flag", which
is displayed when "vagrant up" is run for a VM that's already been
provisioned.
This commit is contained in:
Leo Cassarani 2015-05-11 16:01:53 +01:00
parent 1cf2a8db4c
commit 217a00c36c
1 changed files with 1 additions and 1 deletions

View File

@ -1699,7 +1699,7 @@ en:
Machine not provisioning because `--no-provision` is specified.
disabled_by_sentinel: |-
Machine already provisioned. Run `vagrant provision` or use the `--provision`
to force provisioning. Provisioners marked to run always will still run.
flag to force provisioning. Provisioners marked to run always will still run.
resume:
resuming: Resuming suspended VM...
unpausing: |-