aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Frank Denis <github@pureftpd.org>2018-05-23 11:55:13 +0200
committerGravatar Frank Denis <github@pureftpd.org>2018-05-23 11:55:13 +0200
commitc8cd6a18f7408bfb779b131bc86b427746129dab (patch)
treedfc9f3e0840adc19d4f0d5e325fbc51bfacd96e9 /README.md
parent8591b99750d0e86cebaef6c06c632f7e76f25192 (diff)
downloadtweetpipe-c8cd6a18f7408bfb779b131bc86b427746129dab.tar.gz
.zst is more common than .zstd
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index a7e6a35..3f79275 100644
--- a/README.md
+++ b/README.md
@@ -35,7 +35,7 @@ encpipe -e -p password -i /etc/passwd | nc 127.0.0.1 6666
Example - compressed, encrypted archives:
```sh
-zstd -5 -v -c "$FILE" | encpipe -e -p "$PASSWD" -o "${FILE}.zstd.encpipe"
+zstd -5 -v -c "$FILE" | encpipe -e -p "$PASSWD" -o "${FILE}.zst.encpipe"
```
# Dependencies