Merge pull request #3470 from berendt/fixes_pull_request_3452

commands/box/remove: added missing newline in `box remove version listing`
This commit is contained in:
Mitchell Hashimoto 2014-04-14 17:02:35 -07:00
commit 970ff4af18
1 changed files with 3 additions and 2 deletions

View File

@ -462,9 +462,10 @@ en:
You requested to remove the box '%{name}' with provider
'%{provider}'. This box has multiple versions. You must
explicitly specify which version you want to remove with
the `--box-version` flag.
the `--box-version` flag. The available versions for this
box are:
Versions: %{versions}
%{versions}
box_remove_not_found: |-
The box you requested to be removed could not be found. No
boxes named '%{name}' could be found.