Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ This would produce the following config:
The 'summary' subcommand can be used to combine results from multiple runs of node-scraper to a
single summary.csv file. Sample run:
```sh
node-scraper summary --summary_path /<path_to_node-scraper_logs>
node-scraper summary --search-path /<path_to_node-scraper_logs>
```
This will generate a new file '/<path_to_node-scraper_logs>/summary.csv' file. This file will
contain the results from all 'nodescraper.csv' files from '/<path_to_node-scarper_logs>'.
Expand Down