summaryrefslogtreecommitdiff
path: root/docs/podman-commit.1.md
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2019-06-18 15:32:07 +0200
committerGitHub <noreply@github.com>2019-06-18 15:32:07 +0200
commit265d55edbf698b624adee081a48f47b3b73b6164 (patch)
tree39f17e37b9bc7eff1ab04b4f6e982c160afa96bd /docs/podman-commit.1.md
parent8bcfd24397ee365a08ea9fe95cae91554a933e5c (diff)
parent292a48cab4f3d61b1805fa5f947667012049cce3 (diff)
downloadpodman-265d55edbf698b624adee081a48f47b3b73b6164.tar.gz
podman-265d55edbf698b624adee081a48f47b3b73b6164.tar.bz2
podman-265d55edbf698b624adee081a48f47b3b73b6164.zip
Merge pull request #3355 from giuseppe/fix-typos
cmd, docs, test: fix some typos
Diffstat (limited to 'docs/podman-commit.1.md')
-rw-r--r--docs/podman-commit.1.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/podman-commit.1.md b/docs/podman-commit.1.md
index bf0df0dda..a269d0fae 100644
--- a/docs/podman-commit.1.md
+++ b/docs/podman-commit.1.md
@@ -58,7 +58,7 @@ Suppress output
## EXAMPLES
```
-$ podman commit --change CMD=/bin/bash --change ENTRYPOINT=/bin/sh --change LABEL=blue=image reverent_golick image-commited
+$ podman commit --change CMD=/bin/bash --change ENTRYPOINT=/bin/sh --change LABEL=blue=image reverent_golick image-committed
Getting image source signatures
Copying blob sha256:b41deda5a2feb1f03a5c1bb38c598cbc12c9ccd675f438edc6acd815f7585b86
25.80 MB / 25.80 MB [======================================================] 0s
@@ -70,17 +70,17 @@ e3ce4d93051ceea088d1c242624d659be32cf1667ef62f1d16d6b60193e2c7a8
```
```
-$ podman commit -q --message "committing container to image" reverent_golick image-commited
+$ podman commit -q --message "committing container to image" reverent_golick image-committed
e3ce4d93051ceea088d1c242624d659be32cf1667ef62f1d16d6b60193e2c7a8
```
```
-$ podman commit -q --author "firstName lastName" reverent_golick image-commited
+$ podman commit -q --author "firstName lastName" reverent_golick image-committed
e3ce4d93051ceea088d1c242624d659be32cf1667ef62f1d16d6b60193e2c7a8
```
```
-$ podman commit -q --pause=false containerID image-commited
+$ podman commit -q --pause=false containerID image-committed
e3ce4d93051ceea088d1c242624d659be32cf1667ef62f1d16d6b60193e2c7a8
```