aboutsummaryrefslogtreecommitdiffstats
path: root/commands/title_edit.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/title_edit.go')
-rw-r--r--commands/title_edit.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/title_edit.go b/commands/title_edit.go
index a62daf6c..9d37dc5c 100644
--- a/commands/title_edit.go
+++ b/commands/title_edit.go
@@ -48,7 +48,7 @@ func runTitleEdit(cmd *cobra.Command, args []string) error {
var titleEditCmd = &cobra.Command{
Use: "edit [<id>]",
- Short: "Edit a bug title",
+ Short: "Edit a title",
RunE: runTitleEdit,
}