DOC: commands/root.go: syntax

This commit is contained in:
Wes Turner 2020-04-30 16:24:03 -04:00 committed by Michael Muré
parent 0434d9203a
commit 25d633d5b0
No known key found for this signature in database
GPG Key ID: A4457C029293126F
3 changed files with 3 additions and 3 deletions

View File

@ -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.
`,

View File

@ -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

View File

@ -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.