mirror of
https://github.com/containers/podman.git
synced 2025-06-23 02:18:13 +08:00
fixup! Correction to 'checkpoint'
...it's a subcommand of 'podman container' Signed-off-by: Ed Santiago <santiago@redhat.com>
This commit is contained in:
@ -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`,
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user