aboutsummaryrefslogtreecommitdiffstats
path: root/commands/root.go
diff options
context:
space:
mode:
authorMichael Muré <batolettre@gmail.com>2018-09-21 13:37:22 +0200
committerMichael Muré <batolettre@gmail.com>2018-09-21 13:37:22 +0200
commitcfce3a9914c4a7762399119fabc63c77f567d7cf (patch)
tree0dc2904ceec7d2a951d2e3d0b4180ea97a41ba5f /commands/root.go
parent1c86a66cbe0f4871dd40b8352c1f1b2de97e8442 (diff)
downloadgit-bug-cfce3a9914c4a7762399119fabc63c77f567d7cf.tar.gz
commands: description cleanup
Diffstat (limited to 'commands/root.go')
-rw-r--r--commands/root.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/commands/root.go b/commands/root.go
index 95a43516..298fb427 100644
--- a/commands/root.go
+++ b/commands/root.go
@@ -20,8 +20,8 @@ var RootCmd = &cobra.Command{
Version: "0.3.0",
Use: rootCommandName,
- Short: "A bugtracker embedded in Git",
- Long: `git-bug is a bugtracker embedded in git.
+ 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.`,