diff --git a/command/command.go b/command/command.go index afddd32..6fa9212 100644 --- a/command/command.go +++ b/command/command.go @@ -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)