diff options
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 04bd6a83..adbf51d9 100644 --- a/commands/root.go +++ b/commands/root.go @@ -19,7 +19,7 @@ var repo repository.ClockedRepo // RootCmd represents the base command when called without any subcommands var RootCmd = &cobra.Command{ Use: rootCommandName, - Short: "A bug tracker embedded in Git", + Short: "A bug tracker embedded in Git.", Long: `git-bug is a bug tracker embedded in git. git-bug use git objects to store the bug tracking separated from the files |