diff options
author | openshift-ci[bot] <75433959+openshift-ci[bot]@users.noreply.github.com> | 2022-07-11 21:29:41 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-11 21:29:41 +0000 |
commit | 151d7584c193a6f92cd54f61d28ad8b0ff0c31b6 (patch) | |
tree | fff83c9c7570b70fe8300cf3bcbe2ca29a6e5a16 /commands-demo.md | |
parent | 810cbf1fb9411f75868b82c1071937374e9d57e4 (diff) | |
parent | 377057b4005a1cad035240a5557368cb2e6232f8 (diff) | |
download | podman-151d7584c193a6f92cd54f61d28ad8b0ff0c31b6.tar.gz podman-151d7584c193a6f92cd54f61d28ad8b0ff0c31b6.tar.bz2 podman-151d7584c193a6f92cd54f61d28ad8b0ff0c31b6.zip |
Merge pull request #14898 from eriksjolund/improve_language_and_fix_spelling_and_typos
[CI:DOCS] Improve language. Fix spelling and typos.
Diffstat (limited to 'commands-demo.md')
-rw-r--r-- | commands-demo.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/commands-demo.md b/commands-demo.md index 50e2873b2..c1413dd9e 100644 --- a/commands-demo.md +++ b/commands-demo.md @@ -12,7 +12,7 @@ | [podman-container(1)](https://podman.readthedocs.io/en/latest/managecontainers.html) | Manage Containers | | [podman-container-checkpoint(1)](https://podman.readthedocs.io/en/latest/markdown/podman-container-checkpoint.1.html) | Checkpoints one or more running containers | | [podman-container-cleanup(1)](https://podman.readthedocs.io/en/latest/markdown/podman-container-cleanup.1.html) | Clean up the container's network and mountpoints | -| [podman-container-exists(1)](https://podman.readthedocs.io/en/latest/markdown/podman-container-exists.1.html) | Check if an container exists in local storage | +| [podman-container-exists(1)](https://podman.readthedocs.io/en/latest/markdown/podman-container-exists.1.html) | Check if a container exists in local storage | | [podman-container-prune(1)](https://podman.readthedocs.io/en/latest/markdown/podman-container-prune.1.html) | Remove all stopped containers from local storage | | [podman-container-restore(1)](https://podman.readthedocs.io/en/latest/markdown/podman-container-restore.1.html) | Restores one or more containers from a checkpoint | | [podman-container-runlabel(1)](https://podman.readthedocs.io/en/latest/markdown/podman-container-runlabel.1.html) | Executes a command as described by a container image label | |