summaryrefslogtreecommitdiffstats
path: root/openpgp/examples/statistics.rs
diff options
context:
space:
mode:
Diffstat (limited to 'openpgp/examples/statistics.rs')
-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;