Fix verification-level option

This commit is contained in:
Dimitris Apostolou 2019-04-06 12:28:46 +03:00 committed by GitHub
parent 960f8f0455
commit e96355c422
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -130,10 +130,10 @@ It it is possible to import existing `zcashd` database:
./target/release/pzec import "$ZCASH_DB/blocks"
```
By default import verifies imported the blocks. You can disable this, by adding `--verification-level=none` flag.
By default, import verifies the imported blocks. You can disable this, by adding the `--verification-level=none` option.
```
./target/release/pzec import "$ZCASH_DB/blocks" --verification-level=none
./target/release/pzec --verification-level=none import "$ZCASH_DB/blocks"
```
## Command line interface