diff options
author | Stefan Becker <chemobejk@gmail.com> | 2019-07-08 18:56:31 +0300 |
---|---|---|
committer | Stefan Becker <chemobejk@gmail.com> | 2019-07-08 19:06:01 +0300 |
commit | 69a229b24b5478a28ea526db3a1e1c9ea5846426 (patch) | |
tree | 5e8007bb61bd5e6c8f43f9688de219c489515a26 | |
parent | 1055b22e9b900e5f4d41f39b506de4f2d1aa2f8e (diff) | |
download | podman-69a229b24b5478a28ea526db3a1e1c9ea5846426.tar.gz podman-69a229b24b5478a28ea526db3a1e1c9ea5846426.tar.bz2 podman-69a229b24b5478a28ea526db3a1e1c9ea5846426.zip |
docs: fix --healthcheck-command option
Make the documentation agree with the code.
Related #3507
Signed-off-by: Stefan Becker <chemobejk@gmail.com>
-rw-r--r-- | docs/podman-create.1.md | 2 | ||||
-rw-r--r-- | docs/podman-run.1.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/podman-create.1.md b/docs/podman-create.1.md index e22666402..9cf3e038d 100644 --- a/docs/podman-create.1.md +++ b/docs/podman-create.1.md @@ -268,7 +268,7 @@ The following example maps uids 0-2000 in the container to the uids 30000-31999 Add additional groups to run as -**--healthcheck**=*command* +**--healthcheck-command**=*command* Set or alter a healthcheck command for a container. The command is a command to be executed inside your container that determines your container health. The command is required for other healthcheck options diff --git a/docs/podman-run.1.md b/docs/podman-run.1.md index 30242080b..4889e5755 100644 --- a/docs/podman-run.1.md +++ b/docs/podman-run.1.md @@ -275,7 +275,7 @@ The example maps gids 0-2000 in the container to the gids 30000-31999 on the hos Add additional groups to run as -**--healthcheck**=*command* +**--healthcheck-command**=*command* Set or alter a healthcheck command for a container. The command is a command to be executed inside your container that determines your container health. The command is required for other healthcheck options |