summaryrefslogtreecommitdiff
path: root/docs/source/markdown
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2022-03-19 22:22:41 +0100
committerGitHub <noreply@github.com>2022-03-19 22:22:41 +0100
commit978b188f7fc1bbf5faa4b6f4bc522ec7c7eb6a56 (patch)
treea9532db197b3e0a3c6010b0f8526e6e7f96b85d0 /docs/source/markdown
parent0248ba48974efd7cce0b89254b6e36d3d73b43ec (diff)
parentcc7b5974be1799bf63ddc197b0b4f8a0d778be59 (diff)
downloadpodman-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/source/markdown')
-rw-r--r--docs/source/markdown/podman-machine-rm.1.md8
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