Skip to content

Commit

Permalink
Fix the services create help for the regions default value
Browse files Browse the repository at this point in the history
  • Loading branch information
torrefatto authored and brmzkw committed Sep 23, 2024
1 parent b00326e commit 212fe63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/koyeb/services.go
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ func (h *ServiceHandler) addServiceDefinitionFlagsForAllSources(flags *pflag.Fla
[]string{},
"Add a region where the service is deployed. You can specify this flag multiple times to deploy the service in multiple regions.\n"+
"To update a service and remove a region, prefix the region name with '!', for example --region '!par'\n"+
"If the region is not specified on service creation, the service is deployed in fra\n",
"If the region is not specified on service creation, the service is deployed in was\n",
)
flags.StringSlice(
"env",
Expand Down

0 comments on commit 212fe63

Please sign in to comment.