Skip to content

Commit 04c72bf

Browse files
authored
Update README.md
1 parent 27b6a8d commit 04c72bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ getJS -h
3636
| --method | The request method. e.g. POST or GET. Default: "GET"| getJS --url https://poc-server.com --method POST |
3737
| --timeout | The request timeout. Default: 10 (secs) | getJS --url https://poc-server.com --timeout 15 |
3838
| --insecure | Skip SSL certificate verification. Use when the cert is expired or invalid | getJS --url https://poc-server.com --insecure |
39-
| --header | Custom request header(s). -H "Authorization: Bearer token" | getJS --url https://poc-server.com --insecure |
39+
| --header | Custom request header(s) | getJS --url https://poc-server.com --header "Authorization: Bearer token" |
4040
| --input | Input file with urls | getJS --input domains.txt |
4141
| --output | The file where to save the output to | getJS --output output.txt |
4242
| --verbose | Display info of what is going on | getJS --verbose |

0 commit comments

Comments
 (0)