initrd: Remove mention of USE_DOCKER

Removed `USE_DOCKER` from the initrd builder usage statement as that
builder does not use Docker.

Signed-off-by: James O. D. Hunt <james.o.hunt@intel.com>
This commit is contained in:
James O. D. Hunt 2018-04-20 11:14:21 +01:00
parent f17b5c29f3
commit ddb71e8ef5

View File

@ -36,9 +36,6 @@ Extra environment variables:
DEFAULT: kata-agent
AGENT_INIT: use kata agent as init process
DEFAULT: no
USE_DOCKER: If set, the image builds in a Docker Container. Setting
this variable requires Docker.
DEFAULT: not set
EOT
exit "${error}"
}