diff --git a/podman_compose.py b/podman_compose.py index afe4eb2..3bbad25 100755 --- a/podman_compose.py +++ b/podman_compose.py @@ -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=",