mirror of
https://github.com/containers/podman-compose.git
synced 2024-11-25 09:23:31 +01:00
Changed the global parser help message for file input, to reflect changes for reading from stdin
Signed-off-by: Artho Pacini <eu@arthopacini.com>
This commit is contained in:
parent
3359380ec6
commit
3b15170ccf
@ -2051,7 +2051,7 @@ class PodmanCompose:
|
||||
parser.add_argument(
|
||||
"-f",
|
||||
"--file",
|
||||
help="Specify an alternate compose file (default: docker-compose.yml)",
|
||||
help="Specify an alternate compose file (default: docker-compose.yml). If '-' is specified, the input will be read from standard input (stdin).",
|
||||
metavar="file",
|
||||
action="append",
|
||||
default=[],
|
||||
|
Loading…
Reference in New Issue
Block a user