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 --- cmd/podman/push.go | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'cmd/podman/push.go') diff --git a/cmd/podman/push.go b/cmd/podman/push.go index bbe8a4027..881d8cebc 100644 --- a/cmd/podman/push.go +++ b/cmd/podman/push.go @@ -34,7 +34,9 @@ var ( pushCommand.GlobalFlags = MainGlobalOpts return pushCmd(&pushCommand) }, - Example: "IMAGE DESTINATION", + Example: `podman push imageID docker://registry.example.com/repository:tag + podman push imageID oci-archive:/path/to/layout:image:tag + podman push --authfile temp-auths/myauths.json alpine docker://docker.io/myrepo/alpine`, } ) -- cgit v1.2.3-54-g00ecf