Skip to content

Commit

Permalink
Flesh out README description for --copy-pages
Browse files Browse the repository at this point in the history
Co-authored-by: Ilya Kreymer <ikreymer@users.noreply.github.com>
  • Loading branch information
tw4l and ikreymer authored Apr 11, 2024
1 parent fd93a69 commit 2e23089
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ wacz create tests/fixtures/example-collection.warc -p passed_pages.jsonl -e extr

### -c --copy-pages

Overrides the behavior of --pages and --extra-pages options to copy existing pages.jsonl and/or extraPages.jsonl as-is directly into the WACZ rather than parsing their contents.
Overrides the behavior of --pages and --extra-pages options to copy existing pages.jsonl and/or extraPages.jsonl as-is directly into the WACZ rather than attempting to match each page to WARC record. The files are still parsed for basic correctness.

```
wacz create tests/fixtures/example-collection.warc --pages pages/pages.jsonl --extra-pages pages/extraPages.jsonl --copy-pages
Expand Down

0 comments on commit 2e23089

Please sign in to comment.