Skip to content

Commit

Permalink
chore: improve usage details
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomascogez committed Jun 24, 2022
1 parent 5de7c7f commit 78e665d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ import (
)

var rootCmd = &cobra.Command{
Use: "dump-dumper",
Short: "dump-dumper is a simple cli tool to streamline your dockerize database backup process",
Use: "dump-and-dumper",
Short: "dump & dumper is a simple cli tool to streamline your dockerize database backup process",
Run: func(cmd *cobra.Command, args []string) {
fmt.Println("Welcome to dump-dumper")
fmt.Println("Welcome to dump & dumper")
},
}

Expand Down

0 comments on commit 78e665d

Please sign in to comment.