diff options
| author | Philipp Tanlak <philipp.tanlak@gmail.com> | 2023-08-17 20:49:49 +0200 |
|---|---|---|
| committer | Philipp Tanlak <philipp.tanlak@gmail.com> | 2023-08-17 20:49:49 +0200 |
| commit | 87c1136438b5f24fcb886b9771dd0245999c3e8a (patch) | |
| tree | 80eafc379ce431006d9a6d656b4b021289689eab /cmd | |
| parent | 1a9af21755a78bb8689bd1f3830239f81dadc324 (diff) | |
README
Diffstat (limited to 'cmd')
| -rw-r--r-- | cmd/flyscrape/run.go | 3 |
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:]) |