From a5ab6e447bff7b60d6083027284ae1dc4a385de1 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Wed, 8 Feb 2017 11:49:08 -0800 Subject: [PATCH] command/apply: update help text to be "parallel" instead of concurrent --- command/apply.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/command/apply.go b/command/apply.go index 76dea35b8..696fc00c7 100644 --- a/command/apply.go +++ b/command/apply.go @@ -280,7 +280,7 @@ Options: -no-color If specified, output won't contain any color. - -parallelism=n Limit the number of concurrent operations. + -parallelism=n Limit the number of parallel resource operations. Defaults to 10. -refresh=true Update state prior to checking for differences. This