aboutsummaryrefslogtreecommitdiffstats
path: root/commands/add.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/add.go')
-rw-r--r--commands/add.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/add.go b/commands/add.go
index 54ede126..ea40227c 100644
--- a/commands/add.go
+++ b/commands/add.go
@@ -56,7 +56,7 @@ func runAddBug(cmd *cobra.Command, args []string) error {
var addCmd = &cobra.Command{
Use: "add",
- Short: "Create a new bug",
+ Short: "Create a new bug.",
PreRunE: loadRepo,
RunE: runAddBug,
}