mirror of https://github.com/containers/podman.git
podman run/create can accept `-h <hostname>` as argument. When parsing flags -h throws an help requested error from pflag. To prevent this error we have to define the help flag. Fixes #15124 Signed-off-by: Paul Holzinger <pholzing@redhat.com> |
||
---|---|---|
.. | ||
common.go | ||
common_test.go | ||
containers.go | ||
containers_test.go | ||
pods.go | ||
pods_test.go |