mirror of
https://github.com/containers/podman-compose.git
synced 2025-02-02 19:39:34 +01:00
Correct the help text for --pod-args
Signed-off-by: Muz <git@mustaqila.li>
This commit is contained in:
parent
a1d3ba4ea2
commit
f42b568fc2
@ -1596,7 +1596,7 @@ class PodmanCompose:
|
|||||||
)
|
)
|
||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
"--pod-args",
|
"--pod-args",
|
||||||
help="disable pod creation",
|
help="custom arguments to be passed to `podman pod`",
|
||||||
metavar="pod_args",
|
metavar="pod_args",
|
||||||
type=str,
|
type=str,
|
||||||
default="--infra=false --share=",
|
default="--infra=false --share=",
|
||||||
|
Loading…
Reference in New Issue
Block a user