Skip to content

Commit 01e69a7

Browse files
authored
fix: remove legacy -u argument in goad example
1 parent e015a55 commit 01e69a7

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)