Skip to content

Commit

Permalink
Merge pull request #8 from rhnvrm/patch-1
Browse files Browse the repository at this point in the history
fix: Update cmd name in help.go
  • Loading branch information
rs committed Dec 2, 2019
2 parents ac9eb2f + 69319b8 commit 4bf7124
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion formatter/help.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ type HelpAdapter struct {

func (j HelpAdapter) Write(p []byte) (n int, err error) {
n = len(p)
cmd := "http"
cmd := "curlie"
if len(j.CmdName) == 0 {
cmd = j.CmdName
}
Expand Down

0 comments on commit 4bf7124

Please sign in to comment.