Merge pull request #4 from geek1011/patch-1 [ci skip]

Fix help command description
This commit is contained in:
Brad Rydzewski
2020-04-17 10:49:34 -04:00
committed by GitHub

View File

@@ -22,7 +22,7 @@ var nocontext = context.Background()
// Command parses the command line arguments and then executes a
// subcommand program.
func Command() {
app := kingpin.New("drone", "drone exec runner")
app := kingpin.New("drone", "drone docker runner")
registerCompile(app)
registerExec(app)
daemon.Register(app)