From a7a691809a3125cce691c7934a98a2511b9cb6db Mon Sep 17 00:00:00 2001 From: TomSweeneyRedHat Date: Wed, 13 Feb 2019 19:22:29 -0500 Subject: Add examples for Cobra Signed-off-by: TomSweeneyRedHat First pass of entries for the Examples listed in the Cobra Help. Will add others in following PR's. --- cmd/podman/pod_rm.go | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'cmd/podman/pod_rm.go') diff --git a/cmd/podman/pod_rm.go b/cmd/podman/pod_rm.go index 389f44a20..54cee2a50 100644 --- a/cmd/podman/pod_rm.go +++ b/cmd/podman/pod_rm.go @@ -26,7 +26,9 @@ If --force is specified, all containers will be stopped, then removed. podRmCommand.GlobalFlags = MainGlobalOpts return podRmCmd(&podRmCommand) }, - Example: "[POD ...]", + Example: `podman pod rm mywebserverpod + podman pod rm -f 860a4b23 + podman pod rm -f -a`, } ) -- cgit v1.2.3-54-g00ecf