change quit => save

This commit is contained in:
Bez Hermoso 2017-10-18 19:06:31 -07:00
parent a4c96b5aa8
commit fd0015d0c4
No known key found for this signature in database
GPG Key ID: 55BDEC097B885413
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ gpg --keyserver <URL> ...
gpg --edit-key <KEY ID> gpg --edit-key <KEY ID>
# In the interactive prompt: # In the interactive prompt:
gpg> sign gpg> sign
gpg> quit gpg> save
``` ```
__NOTE:__ You can use the owner's email or name (or part thereof) instead of the key ID for `--edit-key` __NOTE:__ You can use the owner's email or name (or part thereof) instead of the key ID for `--edit-key`