From cfce3a9914c4a7762399119fabc63c77f567d7cf Mon Sep 17 00:00:00 2001 From: Michael Muré Date: Fri, 21 Sep 2018 13:37:22 +0200 Subject: commands: description cleanup --- commands/comment.go | 2 +- commands/comment_add.go | 2 +- commands/label add.go | 2 +- commands/label rm.go | 2 +- commands/label.go | 2 +- commands/root.go | 4 ++-- commands/status.go | 2 +- commands/status_close.go | 2 +- commands/status_open.go | 2 +- commands/title.go | 2 +- commands/title_edit.go | 2 +- 11 files changed, 12 insertions(+), 12 deletions(-) (limited to 'commands') diff --git a/commands/comment.go b/commands/comment.go index 9169d7d7..c05fd255 100644 --- a/commands/comment.go +++ b/commands/comment.go @@ -44,7 +44,7 @@ func commentsTextOutput(comments []bug.Comment) { var commentCmd = &cobra.Command{ Use: "comment []", - Short: "Show a bug's comments", + Short: "Display or add comments", RunE: runComment, } diff --git a/commands/comment_add.go b/commands/comment_add.go index c80e9ec5..8898ea45 100644 --- a/commands/comment_add.go +++ b/commands/comment_add.go @@ -54,7 +54,7 @@ func runCommentAdd(cmd *cobra.Command, args []string) error { var commentAddCmd = &cobra.Command{ Use: "add []", - Short: "Add a new comment to a bug", + Short: "Add a new comment", RunE: runCommentAdd, } diff --git a/commands/label add.go b/commands/label add.go index 68811dec..06c4e6c5 100644 --- a/commands/label add.go +++ b/commands/label add.go @@ -35,7 +35,7 @@ func runLabelAdd(cmd *cobra.Command, args []string) error { var labelAddCmd = &cobra.Command{ Use: "add []