mirror of
https://github.com/drone/drone-cli.git
synced 2024-11-23 01:11:57 +01:00
Fix typo in pipeline option description
This commit is contained in:
parent
a3c800db8a
commit
5bcbd11a01
@ -42,7 +42,7 @@ var Command = cli.Command{
|
||||
Flags: []cli.Flag{
|
||||
cli.StringFlag{
|
||||
Name: "pipeline",
|
||||
Usage: "Name of the pipelie to execute",
|
||||
Usage: "Name of the pipeline to execute",
|
||||
},
|
||||
cli.StringSliceFlag{
|
||||
Name: "include",
|
||||
|
Loading…
Reference in New Issue
Block a user