Skip to content

Commit

Permalink
Replace with two spaces for fetch command (#145)
Browse files Browse the repository at this point in the history
  • Loading branch information
sc0Vu authored Sep 2, 2024
1 parent 561636a commit f3c3a18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/diode/fetch.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ import (
var (
fetchCmd = &command.Command{
Name: "fetch",
HelpText: " Fetch is the command to make http GET/POST/DELETE/PUT/OPTION request through diode network.",
ExampleText: ` diode fetch -method post -data "{'username': 'test', password: '123456', 'csrf': 'abcdefg'} -header 'content-type:application/json'"`,
HelpText: " Fetch is the command to make http GET/POST/DELETE/PUT/OPTION request through diode network.",
ExampleText: ` diode fetch -method post -data "{'username': 'test', password: '123456', 'csrf': 'abcdefg'} -header 'content-type:application/json'"`,
Run: fetchHandler,
Type: command.OneOffCommand,
}
Expand Down

0 comments on commit f3c3a18

Please sign in to comment.