diff options
author | TomSweeneyRedHat <tsweeney@redhat.com> | 2019-05-02 12:03:55 -0400 |
---|---|---|
committer | TomSweeneyRedHat <tsweeney@redhat.com> | 2019-05-02 12:04:17 -0400 |
commit | 237dec441a11185b19740688fae96464802eabc7 (patch) | |
tree | feccf1b04c9fc4ab5a187308f5bed1667081218f /docs | |
parent | bd5d0298893a614db5edcf5dad307597f6b008a9 (diff) | |
download | podman-237dec441a11185b19740688fae96464802eabc7.tar.gz podman-237dec441a11185b19740688fae96464802eabc7.tar.bz2 podman-237dec441a11185b19740688fae96464802eabc7.zip |
docs: Fix typo "healthcheck" pt2
Replaces #2988. Want to get this is for v1.3.
Signed-off-by: TomSweeneyRedHat <tsweeney@redhat.com>
Diffstat (limited to 'docs')
-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 e097a753a..6d7d983b6 100644 --- a/docs/podman-create.1.md +++ b/docs/podman-create.1.md @@ -279,7 +279,7 @@ The following example maps uids 0-2000 in the container to the uids 30000-31999 Add additional groups to run as -**--healthchech**="" +**--healthcheck**="" Set or alter a healthcheck for a container. The value must be of the format of: diff --git a/docs/podman-run.1.md b/docs/podman-run.1.md index 5bc32ad52..5190e5d14 100644 --- a/docs/podman-run.1.md +++ b/docs/podman-run.1.md @@ -287,7 +287,7 @@ The example maps gids 0-2000 in the container to the gids 30000-31999 on the hos Add additional groups to run as -**--healthchech**="" +**--healthcheck**="" Set or alter a healthcheck for a container. The value must be of the format of: |