Skip to content

Commit

Permalink
Add ability to input docker-compose.yaml via stdin
Browse files Browse the repository at this point in the history
Signed-off-by: Artho Pacini <[email protected]>
  • Loading branch information
Artho Pacini authored and p12tic committed Jun 17, 2024
1 parent 0f645e4 commit 82740cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion podman_compose.py
Original file line number Diff line number Diff line change
Expand Up @@ -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=[],
Expand Down

0 comments on commit 82740cc

Please sign in to comment.