Skip to content

Commit

Permalink
💡 Documenting source code.
Browse files Browse the repository at this point in the history
  • Loading branch information
crossoverJie committed Feb 24, 2022
1 parent 39c8497 commit be11dff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ func main() {
&cli.StringSliceFlag{
Name: "header",
Aliases: []string{"H"},
Usage: "HTTP header to add to request, e.g. \"-H \"Content-Type: application/json\"\"",
Usage: "HTTP header to add to request, e.g. -H \"Content-Type: application/json\"",
Required: false,
DefaultText: "",
Destination: &headerSlice,
Expand Down

0 comments on commit be11dff

Please sign in to comment.