Fix help command description

This commit is contained in:
Patrick Gaskin
2020-04-17 02:23:09 -04:00
committed by GitHub
parent a4cd891b91
commit 1c6d3c6e22

View File

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