From b62c0e703d70439c677205fb423e81491e8d1cf9 Mon Sep 17 00:00:00 2001 From: TomSweeneyRedHat Date: Sun, 17 Feb 2019 11:14:10 -0500 Subject: Add 3rd chunk of Cobra examples Signed-off-by: TomSweeneyRedHat 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 --- docs/podman-stop.1.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/podman-stop.1.md') 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 -- cgit v1.2.3-54-g00ecf