Skip to content

Commit b796291

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 991d544 + 0125a85 commit b796291

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

drone/exec/exec.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ var Command = cli.Command{
136136
},
137137
cli.StringFlag{
138138
Name: "repo",
139-
Usage: "git repository name (e.g. ocotcat/hello-world)",
139+
Usage: "git repository name (e.g. octocat/hello-world)",
140140
},
141141
cli.StringFlag{
142142
Name: "deploy-to",

drone/server/server_list.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ var serverListCmd = cli.Command{
3030
},
3131
cli.BoolTFlag{
3232
Name: "H",
33-
Usage: "include columne headers",
33+
Usage: "include column headers",
3434
},
3535
cli.StringFlag{
3636
Name: "format",

0 commit comments

Comments
 (0)