mirror of
https://github.com/containers/podman.git
synced 2025-08-14 19:12:48 +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>