From 2cf4e61fd2179e5f872886a963d3925bef1534b8 Mon Sep 17 00:00:00 2001 From: Florent Daigniere Date: Mon, 20 Feb 2023 11:54:11 +0100 Subject: [PATCH] Update docs/cli.rst Co-authored-by: Alexander Graf --- docs/cli.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/cli.rst b/docs/cli.rst index 6ed7c0f8..36f1d5e5 100644 --- a/docs/cli.rst +++ b/docs/cli.rst @@ -184,7 +184,7 @@ This command imports configuration data from an external YAML or JSON source. -n, --dry-run Perform a trial run with no changes made. -?, -h, --help Show this message and exit. -The current version of docker compose exec does not pass stdin correctly, so you have to user docker exec instead: +To pass stdin correctly you have to use the `-T` option: .. code-block:: bash