mirror of
https://github.com/MichaelMure/git-bug.git
synced 2024-12-14 08:45:30 +03:00
DOC: commands/root.go: syntax
This commit is contained in:
parent
0434d9203a
commit
25d633d5b0
@ -25,7 +25,7 @@ var RootCmd = &cobra.Command{
|
||||
|
||||
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.
|
||||
the same git remote you are already using to collaborate with other people.
|
||||
|
||||
`,
|
||||
|
||||
|
@ -19,7 +19,7 @@ git\-bug is a bug tracker embedded in git.
|
||||
.PP
|
||||
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.
|
||||
the same git remote you are already using to collaborate with other people.
|
||||
|
||||
|
||||
.SH OPTIONS
|
||||
|
@ -8,7 +8,7 @@ git-bug is a bug tracker embedded in git.
|
||||
|
||||
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.
|
||||
the same git remote you are already using to collaborate with other people.
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user