mirror of
https://github.com/containers/podman.git
synced 2025-06-22 18:08:11 +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 {
|
||||
return checkAllAndLatest(cmd, args, false)
|
||||
},
|
||||
Example: `podman checkpoint --keep ctrID
|
||||
podman checkpoint --all
|
||||
podman checkpoint --leave-running --latest`,
|
||||
Example: `podman container checkpoint --keep ctrID
|
||||
podman container checkpoint --all
|
||||
podman container checkpoint --leave-running --latest`,
|
||||
}
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user