We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 991d544 + 0125a85 commit b796291Copy full SHA for b796291
drone/exec/exec.go
@@ -136,7 +136,7 @@ var Command = cli.Command{
136
},
137
cli.StringFlag{
138
Name: "repo",
139
- Usage: "git repository name (e.g. ocotcat/hello-world)",
+ Usage: "git repository name (e.g. octocat/hello-world)",
140
141
142
Name: "deploy-to",
drone/server/server_list.go
@@ -30,7 +30,7 @@ var serverListCmd = cli.Command{
30
31
cli.BoolTFlag{
32
Name: "H",
33
- Usage: "include columne headers",
+ Usage: "include column headers",
34
35
36
Name: "format",
0 commit comments