From ec7293ed7f554a71c78ecd25a26e210d13d4fb53 Mon Sep 17 00:00:00 2001 From: Justus Winter Date: Wed, 20 Feb 2019 10:06:12 +0100 Subject: openpgp: Update build instructions. --- openpgp/examples/statistics.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'openpgp/examples') 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 \ +/// -- use std::env; extern crate sequoia_openpgp as openpgp; -- cgit v1.2.3