diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2019-03-20 14:23:13 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-20 14:23:13 -0700 |
commit | 98c64356d1e7bf731d1f55c695ebd62564d432f3 (patch) | |
tree | 4ab50d66769599e7d3e40a0e726a05c6e28fa38c /docs/podman-container-exists.1.md | |
parent | a7098485969095197059fe27f3d636a689f642fd (diff) | |
parent | beb71323b1ffbb6efdce663ba9ba7719fa0709f5 (diff) | |
download | podman-98c64356d1e7bf731d1f55c695ebd62564d432f3.tar.gz podman-98c64356d1e7bf731d1f55c695ebd62564d432f3.tar.bz2 podman-98c64356d1e7bf731d1f55c695ebd62564d432f3.zip |
Merge pull request #2722 from edsantiago/man_page_cleanup
man pages - consistency fixes
Diffstat (limited to 'docs/podman-container-exists.1.md')
-rw-r--r-- | docs/podman-container-exists.1.md | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/docs/podman-container-exists.1.md b/docs/podman-container-exists.1.md index 76701e2c2..8feb736f8 100644 --- a/docs/podman-container-exists.1.md +++ b/docs/podman-container-exists.1.md @@ -2,12 +2,10 @@ % Brent Baude % November 2018 # NAME -podman-container-exists- Check if a container exists in local storage +podman-container-exists - Check if a container exists in local storage # SYNOPSIS -**podman container exists** -[**-h**|**--help**] -CONTAINER +**podman container exists** [*-h*|*--help*] *container* # DESCRIPTION **podman container exists** checks if a container exists in local storage. The **ID** or **Name** |