From 0b6208047c038a4b718d8089dcce6ade3097cbad Mon Sep 17 00:00:00 2001 From: Alan Rominger Date: Wed, 16 Jun 2021 16:26:38 -0400 Subject: [PATCH] Correct the function of the -q option for migration helper commands --- docs/execution_environments.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/execution_environments.md b/docs/execution_environments.md index 597f1ce9d6..7d92a0fd86 100644 --- a/docs/execution_environments.md +++ b/docs/execution_environments.md @@ -59,5 +59,5 @@ dependencies out of the venvs and into EEs. Follow those in order, and read the help text to see what arguments are necessary. -You may wish to save the output from export_custom_venv command to a file with the `-q` -option, and then this can be a starting point for writing `ansible-builder` definition files. +Output from the `awx-manage export_custom_venv -q ..` command can +be a starting point for writing an `ansible-builder` definition file.