From cfce3a9914c4a7762399119fabc63c77f567d7cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Mur=C3=A9?= Date: Fri, 21 Sep 2018 13:37:22 +0200 Subject: [PATCH] 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 +- doc/man/git-bug-comment-add.1 | 4 ++-- doc/man/git-bug-comment.1 | 4 ++-- doc/man/git-bug-label-add.1 | 4 ++-- doc/man/git-bug-label-rm.1 | 4 ++-- doc/man/git-bug-label.1 | 4 ++-- doc/man/git-bug-status-close.1 | 4 ++-- doc/man/git-bug-status-open.1 | 4 ++-- doc/man/git-bug-status.1 | 4 ++-- doc/man/git-bug-title-edit.1 | 4 ++-- doc/man/git-bug-title.1 | 4 ++-- doc/man/git-bug.1 | 4 ++-- doc/md/git-bug.md | 12 ++++++------ doc/md/git-bug_add.md | 2 +- doc/md/git-bug_commands.md | 2 +- doc/md/git-bug_comment.md | 8 ++++---- doc/md/git-bug_comment_add.md | 6 +++--- doc/md/git-bug_label.md | 10 +++++----- doc/md/git-bug_label_add.md | 6 +++--- doc/md/git-bug_label_rm.md | 6 +++--- doc/md/git-bug_ls.md | 2 +- doc/md/git-bug_pull.md | 2 +- doc/md/git-bug_push.md | 2 +- doc/md/git-bug_select.md | 2 +- doc/md/git-bug_show.md | 2 +- doc/md/git-bug_status.md | 10 +++++----- doc/md/git-bug_status_close.md | 6 +++--- doc/md/git-bug_status_open.md | 6 +++--- doc/md/git-bug_termui.md | 2 +- doc/md/git-bug_title.md | 8 ++++---- doc/md/git-bug_title_edit.md | 6 +++--- doc/md/git-bug_webui.md | 2 +- 42 files changed, 85 insertions(+), 85 deletions(-) diff --git a/commands/comment.go b/commands/comment.go index 9169d7d759765ce12b4ffa9fafc3a8f10de214ba..c05fd25526442653943328950111a3e9bb6e22dd 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 c80e9ec5d42c24702844a8bd70a797dc27452045..8898ea45e76f3caeffffec62da212ae16960d4d4 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 68811deca2f03af372f80a6d5e8ddc61e77a453c..06c4e6c5429f8ceb46b537c6be7d2cca11a6efd2 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 []