summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@sequoia-pgp.org>2021-10-30 15:00:00 +0300
committerLars Wirzenius <liw@sequoia-pgp.org>2021-10-30 15:00:00 +0300
commite36e3a1d72bb5dc289742a58128ee656961a0e5f (patch)
tree29b1233e34ca5a054e90b2e492613c9367f1ffdf
parent2b9d6f7829e579768e1415ee570867d2fc91c777 (diff)
downloadsq-user-guide-e36e3a1d72bb5dc289742a58128ee656961a0e5f.tar.gz
shorten command lines for nicer typography
-rw-r--r--sq-guide.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/sq-guide.md b/sq-guide.md
index f5f8f5d..33ee848 100644
--- a/sq-guide.md
+++ b/sq-guide.md
@@ -395,8 +395,8 @@ itself using `=foo` syntax. Thus, the following are exactly
equivalent:
```
-sq encrypt --recipient-cert cert.pgp --signer-key key.pgp --output bar.pgp foo.md
-sq encrypt --recipient-cert=cert.pgp --signer-key=key.pgp --output=bar.pgp foo.md
+sq encrypt --recipient-cert cert.pgp --output bar.pgp foo.md
+sq encrypt --recipient-cert=cert.pgp --output=bar.pgp foo.md
```
This guide uses the latter syntax to make it clearer when an option is