Skip to content

Commit

Permalink
fix: correct typo for export notices schema flag (#1449)
Browse files Browse the repository at this point in the history
  • Loading branch information
KClough authored May 29, 2023
1 parent a22e4d4 commit 0271637
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/USAGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,15 +71,15 @@ Sample usage:

### Without file validation
```
java -jar gtfs-validator-SNAPSHOT.jar --export_notice_schema
java -jar gtfs-validator-SNAPSHOT.jar --export_notices_schema
```

...which will:
1. Generate and export all validation notices as a json file.

### With file validation
```
java -jar gtfs-validator-SNAPSHOT.jar --export_notice_schema --url https://url/to/dataset.zip --output relative/output/path --country_code <country_code> --threads <number_of_threads_to_use> --storage_directory input.zip
java -jar gtfs-validator-SNAPSHOT.jar --export_notices_schema --url https://url/to/dataset.zip --output relative/output/path --country_code <country_code> --threads <number_of_threads_to_use> --storage_directory input.zip
```

...which will:
Expand Down

0 comments on commit 0271637

Please sign in to comment.