Skip to content

Commit

Permalink
add missing API changes
Browse files Browse the repository at this point in the history
Signed-off-by: Victor Vieux <[email protected]>
  • Loading branch information
vieux committed Feb 19, 2017
1 parent 91da14c commit e858f5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion command/service/opts.go
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@ func addServiceFlags(cmd *cobra.Command, opts *serviceOptions) {
flags.SetAnnotation(flagTTY, "version", []string{"1.25"})

flags.BoolVar(&opts.readOnly, flagReadOnly, false, "Mount the container's root filesystem as read only")
flags.SetAnnotation(flagReadOnly, "version", []string{"1.26"})
flags.SetAnnotation(flagReadOnly, "version", []string{"1.27"})
}

const (
Expand Down

0 comments on commit e858f5f

Please sign in to comment.