summaryrefslogtreecommitdiffstats
path: root/tool/src/sq-usage.rs
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2019-09-02 15:40:46 +0200
committerJustus Winter <justus@sequoia-pgp.org>2019-09-02 15:40:46 +0200
commit1cef3a13b4f96fbd02ed7914ff145f112d33355d (patch)
treead3abf930667d987a927843ff9e5b0beb35e96ad /tool/src/sq-usage.rs
parent50139c3f7d31aa8207688ef62aa2224d6c0de4de (diff)
tool: Implement compression and padding.
Diffstat (limited to 'tool/src/sq-usage.rs')
-rw-r--r--tool/src/sq-usage.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/tool/src/sq-usage.rs b/tool/src/sq-usage.rs
index 0b25be37..c5580112 100644
--- a/tool/src/sq-usage.rs
+++ b/tool/src/sq-usage.rs
@@ -76,6 +76,8 @@
//! -V, --version Prints version information
//!
//! OPTIONS:
+//! --compression <KIND> Selects compression scheme to use [default: pad] [possible values: none,
+//! pad, zip, zlib, bzip2]
//! -o, --output <FILE> Sets the output file to use
//! -r, --recipient <LABEL>... Recipient to encrypt for (can be given multiple times)
//! --recipient-key-file <TPK-FILE>... Recipient to encrypt for, given as a file (can be given multiple times)