From c5f684c6da64cd773bc29eaea23b7412f50cdf83 Mon Sep 17 00:00:00 2001 From: James Wen Date: Thu, 10 Dec 2015 12:48:13 -0500 Subject: [PATCH] Clarify package documentation regarding providers --- website/docs/source/v2/cli/package.html.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/website/docs/source/v2/cli/package.html.md b/website/docs/source/v2/cli/package.html.md index 0409cbeb1..76b6a081b 100644 --- a/website/docs/source/v2/cli/package.html.md +++ b/website/docs/source/v2/cli/package.html.md @@ -8,9 +8,10 @@ sidebar_current: "cli-package" **Command: `vagrant package`** This packages a currently running _VirtualBox_ environment into a -re-usable [box](/v2/boxes.html). This command cannot be used with -any other [provider](/v2/providers/index.html). A future version of Vagrant -will address packaging boxes for other providers. Until then, they must +re-usable [box](/v2/boxes.html). This command can only be used with +other [providers](/v2/providers/index.html) based on the provider implementation +and if the provider supports it. A future version of Vagrant will +address packaging boxes for other providers. Until then, they must be made by hand. ## Options