Fix reset command

gpg-connect-agent uses `-r/--run` not `-R`
pull/219/head
Nemo 4 years ago committed by GitHub
parent cf24f034eb
commit 7067ba6c38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2396,7 +2396,7 @@ Finally, install the [Mailvelope extension](https://chrome.google.com/webstore/d
If PIN attempts are exceeded, the card is locked and must be [reset](https://developers.yubico.com/ykneo-openpgp/ResetApplet.html) and set up again using the encrypted backup.
Copy the following script to a file and run `gpg-connect-agent -R $file` to lock and terminate the card. Then re-insert YubiKey to reset.
Copy the following script to a file and run `gpg-connect-agent --run $file` to lock and terminate the card. Then re-insert YubiKey to reset.
```console
/hex

Loading…
Cancel
Save