Skip to content
Draft
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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,15 +161,15 @@ An optional, secret token passed to signing server to allow access. See `authsig
You can also validate an existing WACZ file by running:

```
wacz validate myfile.wacz
wacz validate -f myfile.wacz
```

### -f --file

Explicitly declare the file being passed to the validate function.

```
wacz validate -f tests/fixtures/example-collection.warc
wacz validate -f tests/fixtures/valid_example_1.wacz
```

### --verify-auth
Expand Down