diff options
author | TomSweeneyRedHat <tsweeney@redhat.com> | 2019-02-13 19:22:29 -0500 |
---|---|---|
committer | TomSweeneyRedHat <tsweeney@redhat.com> | 2019-02-14 15:03:11 -0500 |
commit | a7a691809a3125cce691c7934a98a2511b9cb6db (patch) | |
tree | 0858caddc0d93f7a8fe2ae4f3654a822c97ec66f /docs/podman-commit.1.md | |
parent | dd82acd8ba02be51ec5fea65584e1f7b2036d7c8 (diff) | |
download | podman-a7a691809a3125cce691c7934a98a2511b9cb6db.tar.gz podman-a7a691809a3125cce691c7934a98a2511b9cb6db.tar.bz2 podman-a7a691809a3125cce691c7934a98a2511b9cb6db.zip |
Add examples for Cobra
Signed-off-by: TomSweeneyRedHat <tsweeney@redhat.com>
First pass of entries for the Examples listed in the Cobra
Help. Will add others in following PR's.
Diffstat (limited to 'docs/podman-commit.1.md')
-rw-r--r-- | docs/podman-commit.1.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/podman-commit.1.md b/docs/podman-commit.1.md index 79e14aba6..acde51859 100644 --- a/docs/podman-commit.1.md +++ b/docs/podman-commit.1.md @@ -76,7 +76,7 @@ e3ce4d93051ceea088d1c242624d659be32cf1667ef62f1d16d6b60193e2c7a8 ``` ``` -$ podman commit -q --pause=false reverent_golick image-commited +$ podman commit -q --pause=false containerID image-commited e3ce4d93051ceea088d1c242624d659be32cf1667ef62f1d16d6b60193e2c7a8 ``` |