mirror of
https://github.com/containers/podman.git
synced 2025-07-04 01:48:28 +08:00

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>