Skip to content

Commit

Permalink
Updating on supported restart policy
Browse files Browse the repository at this point in the history
Signed-off-by: IceCodeNew <[email protected]>
  • Loading branch information
IceCodeNew committed Sep 27, 2020
1 parent 03d01ab commit d42f770
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 d42f770

Please sign in to comment.