Skip to content

Commit

Permalink
szip/readme: fix wording
Browse files Browse the repository at this point in the history
  • Loading branch information
BurntSushi committed Feb 15, 2020
1 parent cd27055 commit 18ac8f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion szip/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Like compression, `some-file` will be written with the uncompressed data
and `some-file.sz` will be removed. Use the `-k/--keep` flag to retain
`some-file.sz`.

szip can only compress or decompress streams:
szip can also compress or decompress streams:

```
$ szip < some-file | szip -d > same-file
Expand Down

0 comments on commit 18ac8f7

Please sign in to comment.