Skip to content

Commit af16b59

Browse files
Merge pull request goadapp#184 from palmerabollo/patch-1
fix: remove legacy -u argument in goad example
2 parents 72e425a + 01e69a7 commit af16b59

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
@@ -86,7 +86,7 @@ Args:
8686
[<url>] [http[s]://]hostname[:port]/path optional if defined in goad.ini
8787

8888
# For example:
89-
$ goad -n 1000 -c 5 -u https://example.com
89+
$ goad -n 1000 -c 5 https://example.com
9090
```
9191
9292
Note that sites such as https://google.com that employ redirects cannot be tested correctly at this time.

0 commit comments

Comments
 (0)