summaryrefslogtreecommitdiffstats
path: root/sq/src/sq_cli/encrypt.rs
diff options
context:
space:
mode:
Diffstat (limited to 'sq/src/sq_cli/encrypt.rs')
-rw-r--r--sq/src/sq_cli/encrypt.rs6
1 files changed, 3 insertions, 3 deletions
diff --git a/sq/src/sq_cli/encrypt.rs b/sq/src/sq_cli/encrypt.rs
index 4fc0e839..a90a9495 100644
--- a/sq/src/sq_cli/encrypt.rs
+++ b/sq/src/sq_cli/encrypt.rs
@@ -18,10 +18,10 @@ The converse operation is \"sq decrypt\".
"EXAMPLES:
# Encrypt a file using a certificate
-$ sq encrypt --recipient-cert romeo.pgp message.txt
+$ sq encrypt --recipient-file romeo.pgp message.txt
# Encrypt a file creating a signature in the process
-$ sq encrypt --recipient-cert romeo.pgp --signer-file juliet.pgp message.txt
+$ sq encrypt --recipient-file romeo.pgp --signer-file juliet.pgp message.txt
# Encrypt a file using a password
$ sq encrypt --symmetric message.txt
@@ -37,7 +37,7 @@ pub struct Command {
)]
pub binary: bool,
#[clap(
- long = "recipient-cert",
+ long = "recipient-file",
value_name = "CERT_RING_FILE",
multiple_occurrences = true,
help = "Encrypts to all certificates in CERT_RING_FILE",