Skip to content

Commit

Permalink
fixup! Correction to 'checkpoint'
Browse files Browse the repository at this point in the history
...it's a subcommand of 'podman container'

Signed-off-by: Ed Santiago <[email protected]>
  • Loading branch information
edsantiago committed Feb 27, 2019
1 parent 9a3a59c commit 69808ff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cmd/podman/checkpoint.go
Original file line number Diff line number Diff line change
Expand Up @@ -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`,
}
)

Expand Down

0 comments on commit 69808ff

Please sign in to comment.