aboutsummaryrefslogtreecommitdiffstats
path: root/doc/md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/md')
-rw-r--r--doc/md/git-bug.md6
-rw-r--r--doc/md/git-bug_comment.md4
-rw-r--r--doc/md/git-bug_comment_add.md4
3 files changed, 9 insertions, 5 deletions
diff --git a/doc/md/git-bug.md b/doc/md/git-bug.md
index a7fd865f..2cc44eff 100644
--- a/doc/md/git-bug.md
+++ b/doc/md/git-bug.md
@@ -6,7 +6,11 @@ A bug tracker 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.
+git-bug use git objects to store the bug tracking separated from the files
+history. As bugs are regular git objects, they can be pushed and pulled from/to
+the same git remote your are already using to collaborate with other peoples.
+
+
```
git-bug [flags]
diff --git a/doc/md/git-bug_comment.md b/doc/md/git-bug_comment.md
index 7ac0c835..0ffd9e96 100644
--- a/doc/md/git-bug_comment.md
+++ b/doc/md/git-bug_comment.md
@@ -13,9 +13,7 @@ git-bug comment [<id>] [flags]
### Options
```
- -F, --file string Take the message from the given file. Use - to read the message from the standard input
- -m, --message string Provide the new message from the command line
- -h, --help help for comment
+ -h, --help help for comment
```
### SEE ALSO
diff --git a/doc/md/git-bug_comment_add.md b/doc/md/git-bug_comment_add.md
index bdb5e8ae..7b8e5043 100644
--- a/doc/md/git-bug_comment_add.md
+++ b/doc/md/git-bug_comment_add.md
@@ -13,7 +13,9 @@ git-bug comment add [<id>] [flags]
### Options
```
- -h, --help help for add
+ -F, --file string Take the message from the given file. Use - to read the message from the standard input
+ -m, --message string Provide the new message from the command line
+ -h, --help help for add
```
### SEE ALSO