mirror of
https://github.com/containers/podman-compose.git
synced 2025-05-01 12:54:43 +02: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(
|
parser.add_argument(
|
||||||
"-f",
|
"-f",
|
||||||
"--file",
|
"--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",
|
metavar="file",
|
||||||
action="append",
|
action="append",
|
||||||
default=[],
|
default=[],
|
||||||
|
Loading…
Reference in New Issue
Block a user