aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 44e5e5f..ba675cf 100644
--- a/README.md
+++ b/README.md
@@ -881,7 +881,7 @@ Even worse, we cannot advertise this fact in any way to those that are using our
To create the revocation certificate:
``` console
-$ gpg --gen-revoke $KEYID --output $GNUPGHOME/revoke.asc
+$ gpg --output $GNUPGHOME/revoke.asc --gen-revoke $KEYID
```
The `revoke.asc` certificate file should be stored (or printed) in a (secondary) place that allows retrieval in case the main backup fails.
@@ -1704,7 +1704,7 @@ Edit the master key:
```console
$ export KEYID=0xFF3E7D88647EBCDB
-$ gpg --edit-key $KEYID
+$ gpg --expert --edit-key $KEYID
Secret key is available
[...]