Skip to content

Commit

Permalink
add kill description
Browse files Browse the repository at this point in the history
  • Loading branch information
mms-gianni committed Mar 15, 2021
1 parent d5d83c1 commit 8530ed0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/kill.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ func cmdKill() *clif.Command {
githubcommands.Kill(c, out)
}

return clif.NewCommand("kill", "Kill local runner if running", cb)
return clif.NewCommand("kill", "Kill local runner", cb)
}

func init() {
Expand Down

0 comments on commit 8530ed0

Please sign in to comment.