Skip to content

Commit

Permalink
Merge pull request #7788 from IceCodeNew/patch-1
Browse files Browse the repository at this point in the history
Updating on supported restart policy
  • Loading branch information
openshift-merge-robot authored Sep 29, 2020
2 parents 63f0bb9 + d42f770 commit 2ee415b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/podman/common/create.go
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ func GetCreateFlags(cf *ContainerCLIOpts) *pflag.FlagSet {
createFlags.StringVar(
&cf.Restart,
"restart", "",
`Restart policy to apply when a container exits ("always"|"no"|"on-failure")`,
`Restart policy to apply when a container exits ("always"|"no"|"on-failure"|"unless-stopped")`,
)
createFlags.BoolVar(
&cf.Rm,
Expand Down

0 comments on commit 2ee415b

Please sign in to comment.