From 5ad5411e0fe4ffb9a9b5236efa393e409809f8ba Mon Sep 17 00:00:00 2001 From: Seth Vargo Date: Fri, 17 Oct 2014 11:23:31 -0400 Subject: [PATCH] Add a note to check the docs --- website/docs/source/v2/cli/up.html.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/website/docs/source/v2/cli/up.html.md b/website/docs/source/v2/cli/up.html.md index fdbbcccbb..a0408a9a6 100644 --- a/website/docs/source/v2/cli/up.html.md +++ b/website/docs/source/v2/cli/up.html.md @@ -21,7 +21,8 @@ on a day-to-day basis. By default this is set. * `--[no-]parallel` - Bring multiple machines up in parallel if the provider - supports it. + supports it. Please consult the provider documentation to see if this feature + is supported. * `--provider x` - Bring the machine up with the given [provider](/v2/providers/index.html). By default this is "virtualbox".