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:
Artho Pacini 2024-06-17 10:34:31 -03:00 committed by Povilas Kanapickas
parent 3359380ec6
commit 3b15170ccf

View File

@ -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=[],