Skip to content

Commit

Permalink
fix: exectuable name
Browse files Browse the repository at this point in the history
  • Loading branch information
beetcb committed Feb 11, 2022
1 parent 6c69215 commit c5f385f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ghdl/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ import (

// rootCmd represents the base command when called without any subcommands
var rootCmd = &cobra.Command{
Use: "gh-dl <user/repo[#tagname]>",
Short: "gh-dl download binary from github release",
Long: `gh-dl download binary from github release
gh-dl handles archived or compressed file as well`,
Use: "ghdl <user/repo[#tagname]>",
Short: "ghdl download binary from github release",
Long: `ghdl download binary from github release
ghdl handles archived or compressed file as well`,
Args: cobra.MinimumNArgs(1),
Run: func(cmd *cobra.Command, args []string) {
cmdFlags := cmd.Flags()
Expand Down

0 comments on commit c5f385f

Please sign in to comment.