From 0d4167a29678aa9048652695a5e339e6ba805de8 Mon Sep 17 00:00:00 2001 From: Jocelyn FACCHINI Date: Sat, 23 Mar 2019 18:03:39 +0000 Subject: Renamed user id to user-id and metioned bug for some commands --- commands/title_edit.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'commands/title_edit.go') diff --git a/commands/title_edit.go b/commands/title_edit.go index e95c77d0..385dbdc9 100644 --- a/commands/title_edit.go +++ b/commands/title_edit.go @@ -54,7 +54,7 @@ func runTitleEdit(cmd *cobra.Command, args []string) error { var titleEditCmd = &cobra.Command{ Use: "edit []", - Short: "Edit a title.", + Short: "Edit a title of a bug.", PreRunE: loadRepo, RunE: runTitleEdit, } -- cgit