summaryrefslogtreecommitdiffstats
path: root/tool/src/sq-usage.rs
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2018-08-31 10:09:58 +0200
committerJustus Winter <justus@sequoia-pgp.org>2018-08-31 11:47:41 +0200
commit1d9998373c6b2b539cf9e1d890e644b917e338c0 (patch)
treeba9a7974825b8e75efcc8b10c4f496b3f010f3a9 /tool/src/sq-usage.rs
parent7396cae905ffceccea8ba5b44feb56a6b2e4166a (diff)
tool: Do not print MPIs by default.
- I pondered using the strum crate to make enum MPIs implement fmt::Display, however, I decided against it. What kind of MPIs are included in a packet is clear from the packet itself. Therefore, just do not print MPIs by default. - Fixes #63.
Diffstat (limited to 'tool/src/sq-usage.rs')
-rw-r--r--tool/src/sq-usage.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/tool/src/sq-usage.rs b/tool/src/sq-usage.rs
index b2d585b2..691e4b28 100644
--- a/tool/src/sq-usage.rs
+++ b/tool/src/sq-usage.rs
@@ -382,6 +382,7 @@
//! FLAGS:
//! -h, --help Prints help information
//! -x, --hex Print a hexdump
+//! --mpis Print MPIs
//! -V, --version Prints version information
//!
//! OPTIONS: