mirror of
https://github.com/thegeeklab/wp-s3-action.git
synced 2024-11-10 04:40:38 +00:00
adjust wording of the help texts
This commit is contained in:
parent
5207ccc664
commit
9e053ce454
@ -16,7 +16,7 @@ properties:
|
||||
required: false
|
||||
|
||||
path-style:
|
||||
description: Use path style for bucket paths.
|
||||
description: Enable path style for bucket paths.
|
||||
type: bool
|
||||
required: false
|
||||
|
||||
@ -38,7 +38,7 @@ properties:
|
||||
required: false
|
||||
|
||||
target:
|
||||
description: Target path.
|
||||
description: Upload target path.
|
||||
defaultValue: /
|
||||
type: string
|
||||
required: false
|
||||
|
@ -33,7 +33,7 @@ func settingsFlags(settings *plugin.Settings, category string) []cli.Flag {
|
||||
},
|
||||
&cli.BoolFlag{
|
||||
Name: "path-style",
|
||||
Usage: "use path style for bucket paths",
|
||||
Usage: "enable path style for bucket paths",
|
||||
EnvVars: []string{"PLUGIN_PATH_STYLE"},
|
||||
Destination: &settings.PathStyle,
|
||||
Category: category,
|
||||
@ -64,7 +64,7 @@ func settingsFlags(settings *plugin.Settings, category string) []cli.Flag {
|
||||
},
|
||||
&cli.StringFlag{
|
||||
Name: "target",
|
||||
Usage: "target path",
|
||||
Usage: "upload target path",
|
||||
Value: "/",
|
||||
EnvVars: []string{"PLUGIN_TARGET"},
|
||||
Destination: &settings.Target,
|
||||
|
Loading…
Reference in New Issue
Block a user