diff options
author | Nemo <commits@captnemo.in> | 2020-11-14 09:24:19 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-14 09:24:19 +0000 |
commit | 7067ba6c38589e902ba679ad3f2df37c6ef86a94 (patch) | |
tree | b55fb9667af6c8f4625562f2d1340a43e5fc2635 /README.md | |
parent | Merge pull request #201 from dragon788/update-python-refs (diff) | |
download | YubiKey-Guide-7067ba6c38589e902ba679ad3f2df37c6ef86a94.tar.gz |
Fix reset command
gpg-connect-agent uses `-r/--run` not `-R`
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |