aboutsummaryrefslogtreecommitdiffstats
path: root/git-bug.go
diff options
context:
space:
mode:
Diffstat (limited to 'git-bug.go')
-rw-r--r--git-bug.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-bug.go b/git-bug.go
index 74fd6c90..1b430aba 100644
--- a/git-bug.go
+++ b/git-bug.go
@@ -43,7 +43,7 @@ func main() {
// git bug
if len(args) == 1 {
- fmt.Println("Not implemented")
+ fmt.Println("Will list bugs, not implemented yet")
//TODO: list bugs
return
}