summaryrefslogtreecommitdiff
path: root/cmd/podman/restore.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/podman/restore.go')
-rw-r--r--cmd/podman/restore.go4
1 files changed, 3 insertions, 1 deletions
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`,
}
)