From 72b91eb87f7a9c8e637f337e078b4adab4198f33 Mon Sep 17 00:00:00 2001 From: TomSweeneyRedHat Date: Thu, 14 Feb 2019 17:12:16 -0500 Subject: Second chunk of Cobra help Signed-off-by: TomSweeneyRedHat Adds examples to Cobra help for a second chunk of commands. Signed-off-by: TomSweeneyRedHat --- cmd/podman/import.go | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'cmd/podman/import.go') diff --git a/cmd/podman/import.go b/cmd/podman/import.go index 32f79757b..053408ff3 100644 --- a/cmd/podman/import.go +++ b/cmd/podman/import.go @@ -25,7 +25,9 @@ var ( importCommand.GlobalFlags = MainGlobalOpts return importCmd(&importCommand) }, - Example: "TARBALL [REFERENCE]", + Example: `podman import http://example.com/ctr.tar url-image + cat ctr.tar | podman -q import --message "importing the ctr.tar tarball" - image-imported + cat ctr.tar | podman import -`, } ) -- cgit v1.2.3-54-g00ecf