summaryrefslogtreecommitdiffstats
path: root/openpgp/examples
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2019-02-20 10:06:12 +0100
committerJustus Winter <justus@sequoia-pgp.org>2019-02-20 10:06:12 +0100
commitec7293ed7f554a71c78ecd25a26e210d13d4fb53 (patch)
treef09ef80705da6bd36f29e76a0aec075815f944b1 /openpgp/examples
parent015562a61f23e3b4f9650c4cbad7b1e89fc91444 (diff)
openpgp: Update build instructions.
Diffstat (limited to 'openpgp/examples')
-rw-r--r--openpgp/examples/statistics.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/openpgp/examples/statistics.rs b/openpgp/examples/statistics.rs
index 0087a05f..9277b5f0 100644
--- a/openpgp/examples/statistics.rs
+++ b/openpgp/examples/statistics.rs
@@ -4,7 +4,8 @@
/// Note that to achieve reasonable performance, you need to compile
/// Sequoia and this program with optimizations:
///
-/// % cargo run -p openpgp --example statistics --release
+/// % cargo run -p sequoia-openpgp --example statistics --release \
+/// -- <packet-dump>
use std::env;
extern crate sequoia_openpgp as openpgp;