diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2022-03-19 22:22:41 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-19 22:22:41 +0100 |
commit | 978b188f7fc1bbf5faa4b6f4bc522ec7c7eb6a56 (patch) | |
tree | a9532db197b3e0a3c6010b0f8526e6e7f96b85d0 /docs | |
parent | 0248ba48974efd7cce0b89254b6e36d3d73b43ec (diff) | |
parent | cc7b5974be1799bf63ddc197b0b4f8a0d778be59 (diff) | |
download | podman-978b188f7fc1bbf5faa4b6f4bc522ec7c7eb6a56.tar.gz podman-978b188f7fc1bbf5faa4b6f4bc522ec7c7eb6a56.tar.bz2 podman-978b188f7fc1bbf5faa4b6f4bc522ec7c7eb6a56.zip |
Merge pull request #13562 from n1hility/misc-cleanup
Fix type-o and cleanup doc punctuation
Diffstat (limited to 'docs')
-rw-r--r-- | docs/source/markdown/podman-machine-rm.1.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/source/markdown/podman-machine-rm.1.md b/docs/source/markdown/podman-machine-rm.1.md index 4eea1d2e4..c9c68d111 100644 --- a/docs/source/markdown/podman-machine-rm.1.md +++ b/docs/source/markdown/podman-machine-rm.1.md @@ -25,15 +25,15 @@ Print usage statement. #### **--force**, **-f** -Stop and delete without confirmation +Stop and delete without confirmation. #### **--save-ignition** -Do not delete the generated ignition file +Do not delete the generated ignition file. #### **--save-image** -Do not delete the VM image +Do not delete the VM image. #### **--save-keys** @@ -42,7 +42,7 @@ deleted. ## EXAMPLES -Remove a VM named "test1" +Remove a VM named "test1": ``` $ podman machine rm test1 |