Skip to content

Commit

Permalink
fix: show correct command
Browse files Browse the repository at this point in the history
  • Loading branch information
tinect authored Jan 14, 2022
1 parent 4f2135d commit 4d58338
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ var cfgFile string
var version = "dev"

var rootCmd = &cobra.Command{
Use: "shopware-cli",
Use: "shopware",
Short: "A cli for common Shopware tasks",
Long: `This application contains some utilities like extension management`,
Version: version,
Expand Down

0 comments on commit 4d58338

Please sign in to comment.