diff options
author | Jason T. Greene <jason.greene@redhat.com> | 2022-03-18 17:29:09 -0500 |
---|---|---|
committer | Jason T. Greene <jason.greene@redhat.com> | 2022-03-18 17:33:30 -0500 |
commit | cc7b5974be1799bf63ddc197b0b4f8a0d778be59 (patch) | |
tree | 8e6972840e2aa519b8ed93af636f6e74c40a75a1 /docs/source | |
parent | c2eae35c606382418c6e2ce57c4ab874f1975f21 (diff) | |
download | podman-cc7b5974be1799bf63ddc197b0b4f8a0d778be59.tar.gz podman-cc7b5974be1799bf63ddc197b0b4f8a0d778be59.tar.bz2 podman-cc7b5974be1799bf63ddc197b0b4f8a0d778be59.zip |
Fix type-o and cleanup doc punctuation
Signed-off-by: Jason T. Greene <jason.greene@redhat.com>
Diffstat (limited to 'docs/source')
-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 |