diff options
author | Alan Rominger <arominge@redhat.com> | 2021-06-16 22:26:38 +0200 |
---|---|---|
committer | Alan Rominger <arominge@redhat.com> | 2021-06-16 22:26:38 +0200 |
commit | 0b6208047c038a4b718d8089dcce6ade3097cbad (patch) | |
tree | 460321b90d25a1bd0a7f653eb41b27ce73396401 /docs/execution_environments.md | |
parent | Further copy editing of EE docs (diff) | |
download | awx-0b6208047c038a4b718d8089dcce6ade3097cbad.tar.xz awx-0b6208047c038a4b718d8089dcce6ade3097cbad.zip |
Correct the function of the -q option for migration helper commands
Diffstat (limited to '')
-rw-r--r-- | docs/execution_environments.md | 4 |
1 files 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. |