Skip to content

Commit

Permalink
Update compose/compose.go
Browse files Browse the repository at this point in the history
Co-authored-by: Naman Jain <[email protected]>
  • Loading branch information
kaushik691 and NamanJain8 authored May 31, 2021
1 parent c3efa83 commit 7443992
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compose/compose.go
Original file line number Diff line number Diff line change
Expand Up @@ -744,7 +744,7 @@ func main() {
cmd.PersistentFlags().StringArrayVar(&opts.MinioEnvFile, "minio_env_file", nil,
"minio service env_file")
cmd.PersistentFlags().StringVar(&opts.ContainerPrefix, "alias", "",
"alias for the containers")
"prefix for the container name")
cmd.PersistentFlags().StringArrayVar(&opts.CustomAlphaOptions, "custom_alpha_flags", nil,
"Custom alpha flags for specific alphas, following {\"1:custom_flags\", \"2:custom_flags\"}, eg: {\"2: -p <bulk_path>")
cmd.PersistentFlags().StringVar(&opts.Hostname, "hostname", "",
Expand Down

0 comments on commit 7443992

Please sign in to comment.