aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
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