summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTomSweeneyRedHat <tsweeney@redhat.com>2019-02-17 11:14:10 -0500
committerTomSweeneyRedHat <tsweeney@redhat.com>2019-02-17 13:49:05 -0500
commitb62c0e703d70439c677205fb423e81491e8d1cf9 (patch)
treec8a2cea744a1a770800ea85cf1c646c2b573ec4b /docs
parenta99f4924d9d76f59e85bde09944d7c5e687ea8aa (diff)
downloadpodman-b62c0e703d70439c677205fb423e81491e8d1cf9.tar.gz
podman-b62c0e703d70439c677205fb423e81491e8d1cf9.tar.bz2
podman-b62c0e703d70439c677205fb423e81491e8d1cf9.zip
Add 3rd chunk of Cobra examples
Signed-off-by: TomSweeneyRedHat <tsweeney@redhat.com> Adds the third chunk of Cobra examples to the cli help. As were putting together a release tomorrow, tried to hit the heavy commands with this PR. Signed-off-by: TomSweeneyRedHat <tsweeney@redhat.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/podman-start.1.md4
-rw-r--r--docs/podman-stop.1.md6
2 files changed, 5 insertions, 5 deletions
diff --git a/docs/podman-start.1.md b/docs/podman-start.1.md
index f16a20efa..b2630da2d 100644
--- a/docs/podman-start.1.md
+++ b/docs/podman-start.1.md
@@ -41,9 +41,9 @@ Proxy received signals to the process (non-TTY mode only). SIGCHLD, SIGSTOP, and
podman start mywebserver
-podman start 860a4b23 5421ab4
+podman start 860a4b231279 5421ab43b45
-podman start -i -a 860a4b23
+podman start --interactive --attach 860a4b231279
podman start -i -l
diff --git a/docs/podman-stop.1.md b/docs/podman-stop.1.md
index 813f0ef9e..e36265d5e 100644
--- a/docs/podman-stop.1.md
+++ b/docs/podman-stop.1.md
@@ -32,11 +32,11 @@ Timeout to wait before forcibly stopping the container
podman stop mywebserver
-podman stop 860a4b23
+podman stop 860a4b235279
-podman stop mywebserver 860a4b23
+podman stop mywebserver 860a4b235279
-podman stop --timeout 2 860a4b23
+podman stop --timeout 2 860a4b235279
podman stop -a