From 64853710e87ba124561653cb5d62ca3a653b4170 Mon Sep 17 00:00:00 2001 From: TomSweeneyRedHat Date: Mon, 18 Feb 2019 15:00:07 -0500 Subject: Add 4th chunk of Cobra Examples Signed-off-by: TomSweeneyRedHat Adds the 4th chunk of Cobra Examples to the CLI help. One more chunk of 10 to complete. Signed-off-by: TomSweeneyRedHat --- cmd/podman/restore.go | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'cmd/podman/restore.go') diff --git a/cmd/podman/restore.go b/cmd/podman/restore.go index 556cdb774..2911bbdd6 100644 --- a/cmd/podman/restore.go +++ b/cmd/podman/restore.go @@ -29,7 +29,9 @@ var ( restoreCommand.GlobalFlags = MainGlobalOpts return restoreCmd(&restoreCommand) }, - Example: "CONTAINER-NAME [CONTAINER-NAME ...]", + Example: `podman container restore ctrID + podman container restore --latest + podman container restore --all`, } ) -- cgit v1.2.3-54-g00ecf