aboutsummaryrefslogtreecommitdiffstats
path: root/commands/ls.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/ls.go')
-rw-r--r--commands/ls.go7
1 files changed, 3 insertions, 4 deletions
diff --git a/commands/ls.go b/commands/ls.go
index 1e001ddb..dea2bba2 100644
--- a/commands/ls.go
+++ b/commands/ls.go
@@ -29,8 +29,7 @@ func runLsBug(repo repository.Repo, args []string) error {
}
var lsCmd = &Command{
- Usage: func(arg0 string) {
- fmt.Printf("Usage: %s ls\n", arg0)
- },
- RunMethod: runLsBug,
+ Description: "Display a summary of all bugs",
+ Usage: "",
+ RunMethod: runLsBug,
}