diff options
author | Michael Muré <batolettre@gmail.com> | 2018-10-17 20:47:31 +0200 |
---|---|---|
committer | Michael Muré <batolettre@gmail.com> | 2018-10-17 20:47:31 +0200 |
commit | b08e28e67e64d09f615bf6f863fd8d5f1b2f8f7f (patch) | |
tree | b9b199be67565e27ec30f79cdb1df1acdd155b08 /commands/root.go | |
parent | 7a511f9a13f3d1064fd11c9146e6b21cb961a8b2 (diff) | |
download | git-bug-b08e28e67e64d09f615bf6f863fd8d5f1b2f8f7f.tar.gz |
commands: fix "comment add" flags set on the wrong command
Diffstat (limited to 'commands/root.go')
-rw-r--r-- | commands/root.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/root.go b/commands/root.go index 27268bf4..b0772726 100644 --- a/commands/root.go +++ b/commands/root.go @@ -23,7 +23,7 @@ var RootCmd = &cobra.Command{ Short: "A bug tracker embedded in Git", Long: `git-bug is a bug tracker embedded in git. -git-hub use git objects to store the bug tracking separated from the files +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. |