mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-02-16 19:35:14 +00:00
fix verbage
This commit is contained in:
parent
0a6666b4bf
commit
84954e2d20
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ var flags = []cli.Flag{
|
||||||
cli.StringSliceFlag{
|
cli.StringSliceFlag{
|
||||||
EnvVar: "DRONE_ESCALATE",
|
EnvVar: "DRONE_ESCALATE",
|
||||||
Name: "escalate",
|
Name: "escalate",
|
||||||
Usage: "images run in privileged mode",
|
Usage: "images to run in privileged mode",
|
||||||
Value: &cli.StringSlice{
|
Value: &cli.StringSlice{
|
||||||
"plugins/docker",
|
"plugins/docker",
|
||||||
"plugins/gcr",
|
"plugins/gcr",
|
||||||
|
|
Loading…
Reference in a new issue