fixup! Correction to 'checkpoint'
...it's a subcommand of 'podman container' Signed-off-by: Ed Santiago <santiago@redhat.com>
This commit is contained in:
parent
9a3a59c3a5
commit
69808ff320
|
|
@ -32,9 +32,9 @@ var (
|
||||||
Args: func(cmd *cobra.Command, args []string) error {
|
Args: func(cmd *cobra.Command, args []string) error {
|
||||||
return checkAllAndLatest(cmd, args, false)
|
return checkAllAndLatest(cmd, args, false)
|
||||||
},
|
},
|
||||||
Example: `podman checkpoint --keep ctrID
|
Example: `podman container checkpoint --keep ctrID
|
||||||
podman checkpoint --all
|
podman container checkpoint --all
|
||||||
podman checkpoint --leave-running --latest`,
|
podman container checkpoint --leave-running --latest`,
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue