diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2019-03-08 01:04:02 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-08 01:04:02 -0800 |
commit | 8a21e231e63e557448f3471ff57a27fac682d9cc (patch) | |
tree | 0a31250bcbe866197c5f3d863d07cab44af50af6 /hack/podman-commands.sh | |
parent | 1b2f8679b864b882fdccaad6fdd6a5c86c83291b (diff) | |
parent | 91e15bd802be4ee7de3238ecc491d67f82312e19 (diff) | |
download | podman-8a21e231e63e557448f3471ff57a27fac682d9cc.tar.gz podman-8a21e231e63e557448f3471ff57a27fac682d9cc.tar.bz2 podman-8a21e231e63e557448f3471ff57a27fac682d9cc.zip |
Merge pull request #2579 from edsantiago/add_healthcheck_to_podman_1
add podman-healthcheck(1) to podman(1)
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 754f2923d..eb599763c 100755 --- a/hack/podman-commands.sh +++ b/hack/podman-commands.sh @@ -35,6 +35,9 @@ function podman_man() { # | [podman-cmd(1)\[(podman-cmd.1.md) | Description ... | # For all such, print the 'cmd' portion (the one in brackets). sed -ne 's/^|\s\+\[podman-\([a-z]\+\)(1.*/\1/p' <docs/$1.1.md + + # Special case: there is no podman-help man page, nor need for such. + echo "help" elif [ "$@" = "podman-image-trust" ]; then # Special case: set and show aren't actually in a table in the man page echo set |