diff options
Diffstat (limited to 'hack/podman-commands.sh')
| -rwxr-xr-x | hack/podman-commands.sh | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/hack/podman-commands.sh b/hack/podman-commands.sh index 32f94fc7b..da4d446aa 100755 --- a/hack/podman-commands.sh +++ b/hack/podman-commands.sh @@ -38,6 +38,9 @@ function podman_man() {          # Special case: there is no podman-help man page, nor need for such.          echo "help" +        # Auto-update differs from other commands as it's a single command, not +        # a main and sub-command split by a dash. +        echo "auto-update"      elif [ "$@" = "podman-image-trust" ]; then          # Special case: set and show aren't actually in a table in the man page          echo set  | 
