Skip to content

Commit

Permalink
Release 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ato committed Feb 2, 2018
1 parent 2c97ffe commit bce5e9c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ and run it under Java 8 or later.

```
Usage:
java -jar httrack2warc-0.2.0-shaded.jar [OPTIONS...] -o outdir crawldir
java -jar httrack2warc-0.2.1-shaded.jar [OPTIONS...] -o outdir crawldir
Options:
-h, --help Show this screen.
Expand All @@ -27,6 +27,7 @@ Options:
-I, --warcinfo 'KEY: VALUE' Add extra lines to warcinfo record.
-C, --compression none|gzip Type of compression to use (default: gzip).
--cdx FILENAME Write a CDX index file for the generated WARCs.
--strict Abort on issues normally considered a warning.
```

### Example
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>au.gov.nla</groupId>
<artifactId>httrack2warc</artifactId>
<version>0.2.0</version>
<version>0.2.1</version>

<properties>
<maven.compiler.source>1.8</maven.compiler.source>
Expand Down

0 comments on commit bce5e9c

Please sign in to comment.