Fix help command description
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user