Skip to content
This repository was archived by the owner on Aug 24, 2024. It is now read-only.

Commit 8484562

Browse files
committed
minor doc updates
1 parent 81d6577 commit 8484562

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

root.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ func NewRootCommand() *cobra.Command {
2525
Short: "A migration tool for git-bug",
2626
Long: `git-bug-migration is a tool to migrate git-bug data stored in git repository to a newer format when breaking
2727
changes are made in git-bug.
28+
29+
To migrate a repository, go to the corresponding repository and run "git-bug-migration".
2830
2931
`,
3032

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ func newVersionCommand() *cobra.Command {
2727

2828
cmd := &cobra.Command{
2929
Use: "version",
30-
Short: "Create a new bug.",
30+
Short: "Show git-bug-migration version information.",
3131
Run: func(cmd *cobra.Command, args []string) {
3232
env.out.Println(version())
3333
},

0 commit comments

Comments
 (0)