aboutsummaryrefslogtreecommitdiffstats
path: root/doc/md/git-bug.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/md/git-bug.md')
-rw-r--r--doc/md/git-bug.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/md/git-bug.md b/doc/md/git-bug.md
index f38c3c36..af5386ff 100644
--- a/doc/md/git-bug.md
+++ b/doc/md/git-bug.md
@@ -1,10 +1,10 @@
## git-bug
-A bugtracker embedded in Git
+A bug tracker embedded in Git
### Synopsis
-git-bug is a bugtracker embedded in git.
+git-bug is a bug tracker embedded in git.
It use the same internal storage so it doesn't pollute your project. As you would do with commits and branches, you can push your bugs to the same git remote your are already using to collaborate with other peoples.
@@ -22,15 +22,15 @@ git-bug [flags]
* [git-bug add](git-bug_add.md) - Create a new bug
* [git-bug commands](git-bug_commands.md) - Display available commands
-* [git-bug comment](git-bug_comment.md) - Show a bug's comments
-* [git-bug label](git-bug_label.md) - Display a bug labels
+* [git-bug comment](git-bug_comment.md) - Display or add comments
+* [git-bug label](git-bug_label.md) - Display, add or remove labels
* [git-bug ls](git-bug_ls.md) - List bugs
* [git-bug pull](git-bug_pull.md) - Pull bugs update from a git remote
* [git-bug push](git-bug_push.md) - Push bugs update to a git remote
* [git-bug select](git-bug_select.md) - Select a bug for implicit use in future commands
* [git-bug show](git-bug_show.md) - Display the details of a bug
-* [git-bug status](git-bug_status.md) - Show the bug status
+* [git-bug status](git-bug_status.md) - Display or change a bug status
* [git-bug termui](git-bug_termui.md) - Launch the terminal UI
-* [git-bug title](git-bug_title.md) - Display a bug's title
+* [git-bug title](git-bug_title.md) - Display or change a title
* [git-bug webui](git-bug_webui.md) - Launch the web UI