summaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
Diffstat (limited to 'cmd')
-rw-r--r--cmd/flyscrape/run.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/cmd/flyscrape/run.go b/cmd/flyscrape/run.go
index 2d76a35..bd8541b 100644
--- a/cmd/flyscrape/run.go
+++ b/cmd/flyscrape/run.go
@@ -83,9 +83,6 @@ Examples:
# Run the script.
$ flyscrape run example.js
- # Run the script with 10 concurrent requests.
- $ flyscrape run -concurrent 10 example.js
-
# Run the script with pretty printing disabled.
$ flyscrape run -no-pretty-print example.js
`[1:])