Correct the help text for --pod-args

Signed-off-by: Muz <git@mustaqila.li>
This commit is contained in:
Muz 2022-04-09 23:41:13 -05:00 committed by Muayyad Alsadi
parent a1d3ba4ea2
commit f42b568fc2

View File

@ -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=",