From 82740cc311a373e187ba7e1f17e02183d87d8006 Mon Sep 17 00:00:00 2001 From: Artho Pacini Date: Mon, 17 Jun 2024 10:41:24 -0300 Subject: [PATCH] Add ability to input docker-compose.yaml via stdin Signed-off-by: Artho Pacini --- podman_compose.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/podman_compose.py b/podman_compose.py index 8b82c3ea..8ce52a5b 100755 --- a/podman_compose.py +++ b/podman_compose.py @@ -2051,7 +2051,7 @@ def _init_global_parser(parser): parser.add_argument( "-f", "--file", - help="Specify an alternate compose file (default: docker-compose.yml) or '-' for reading from stdin.", + help="Specify an compose file (default: docker-compose.yml) or '-' to read from stdin.", metavar="file", action="append", default=[],