Skip to content

Commit

Permalink
Fix wording for config files
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszo committed Jan 20, 2025
1 parent 8fa6440 commit 3cf4bb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/koyeb/services.go
Original file line number Diff line number Diff line change
Expand Up @@ -380,9 +380,9 @@ func (h *ServiceHandler) addServiceDefinitionFlagsForAllSources(flags *pflag.Fla
flags.StringSlice(
"config-file",
nil,
"Mount a copy of local file as a file in the service container using the format LOCAL_FILE:PATH:[PERMISSIONS]\n"+
"Copy a local file to your service container using the format LOCAL_FILE:PATH:[PERMISSIONS]\n"+
"for example --config-file /etc/data.yaml:/etc/data.yaml:0644\n"+
"To delete a file mount, use !PATH, for example --config-file !/etc/data.yaml\n",
"To delete a config file, use !PATH, for example --config-file !/etc/data.yaml\n",
)

// Configure aliases: for example, allow user to use --port instead of --ports
Expand Down

0 comments on commit 3cf4bb4

Please sign in to comment.