From 91e15bd802be4ee7de3238ecc491d67f82312e19 Mon Sep 17 00:00:00 2001 From: Ed Santiago Date: Thu, 7 Mar 2019 14:33:25 -0700 Subject: add podman-healthcheck(1) to podman(1) ...caught by hack/podman-commands.sh script. Which had a little buglet, which I fixed: add a special case for 'help', which neither has nor needs a man page. I believe the podman-commands.sh script is ready to be run in CI, hint hint. Signed-off-by: Ed Santiago --- hack/podman-commands.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'hack') 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'