aboutsummaryrefslogtreecommitdiffstats
path: root/commands
diff options
context:
space:
mode:
authorMichael Muré <batolettre@gmail.com>2018-10-17 20:38:31 +0200
committerGitHub <noreply@github.com>2018-10-17 20:38:31 +0200
commit0e5c5a4db4461f0518dfea190b70683f7703fa09 (patch)
tree5a61e88ff8e81f9b3c21149e20fffa4eb55a637e /commands
parent1b9121def56e73188ba65f8dff0c1c52c8b67e15 (diff)
parentfa23ccc5e59a16f55049ebd7cb2176c2897fd731 (diff)
downloadgit-bug-0e5c5a4db4461f0518dfea190b70683f7703fa09.tar.gz
Merge pull request #69 from eiro/eiro/better-introduction-text
a better introduction message for the help page
Diffstat (limited to 'commands')
-rw-r--r--commands/root.go6
1 files changed, 5 insertions, 1 deletions
diff --git a/commands/root.go b/commands/root.go
index ebf688dc..d7e7216d 100644
--- a/commands/root.go
+++ b/commands/root.go
@@ -23,7 +23,11 @@ var RootCmd = &cobra.Command{
Short: "A bug tracker embedded in Git",
Long: `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-hub 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.
+
+`,
// For the root command, force the execution of the PreRun
// even if we just display the help. This is to make sure that we check