mirror of
https://github.com/containers/podman-compose.git
synced 2025-01-23 14:28:46 +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(
|
||||
"--pod-args",
|
||||
help="disable pod creation",
|
||||
help="custom arguments to be passed to `podman pod`",
|
||||
metavar="pod_args",
|
||||
type=str,
|
||||
default="--infra=false --share=",
|
||||
|
Loading…
Reference in New Issue
Block a user