mirror of
https://github.com/appleboy/drone-ssh.git
synced 2025-07-02 21:52:51 +08:00
docs: improve clarity of Usage
message in main.go
- Modify the `Usage` message in main.go Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
parent
fdc4c8de43
commit
67a2631616
2
main.go
2
main.go
@ -198,7 +198,7 @@ func main() {
|
|||||||
},
|
},
|
||||||
&cli.StringFlag{
|
&cli.StringFlag{
|
||||||
Name: "envs.format",
|
Name: "envs.format",
|
||||||
Usage: "",
|
Usage: "flexible configuration of environment value transfer",
|
||||||
EnvVars: []string{"PLUGIN_ENVS_FORMAT", "INPUT_ENVS_FORMAT"},
|
EnvVars: []string{"PLUGIN_ENVS_FORMAT", "INPUT_ENVS_FORMAT"},
|
||||||
Value: envsFormat,
|
Value: envsFormat,
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user