diff options
author | Andinus <andinus@nand.sh> | 2020-11-11 01:22:41 +0530 |
---|---|---|
committer | Andinus <andinus@nand.sh> | 2020-11-11 01:22:41 +0530 |
commit | e1ceacf5a2ad5b389377a70190b1a979f59e19b0 (patch) | |
tree | 1b387594715d3ea42168dbd71ce1369eaea438d8 /README | |
parent | 2aa21cf7d9c689da89568ecd210a44c09e5a39ee (diff) | |
download | leo-e1ceacf5a2ad5b389377a70190b1a979f59e19b0.tar.gz |
Add gzip support for compressing archives v0.3.2
Archives can now be compressed by gzip(1).
Diffstat (limited to 'README')
-rw-r--r-- | README | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/README b/README index b878543..9f9e488 100644 --- a/README +++ b/README @@ -14,7 +14,8 @@ Table of Contents .. 2. Options ..... 1. encrypt/sign ..... 2. signify -..... 3. help +..... 3. gzip +..... 4. help 3. Example 4. Demo 5. History @@ -80,6 +81,7 @@ with signify(1). encrypt `LEO_ENCRYPT' sign `LEO_SIGN' signify `LEO_SIGNIFY' + gzip `LEO_GZIP' ━━━━━━━━━━━━━━━━━━━━━━━━ @@ -104,7 +106,13 @@ with signify(1). `signify' will invoke `signify(1)' & the file will be signed. -2.2.3 help +2.2.3 gzip +╌╌╌╌╌╌╌╌╌╌ + + `gzip' will compress the tar archive with `gzip(1)'. + + +2.2.4 help ╌╌╌╌╌╌╌╌╌╌ Running just `leo' will print help. |