change quit => save
This commit is contained in:
parent
a4c96b5aa8
commit
fd0015d0c4
2
gnupg.md
2
gnupg.md
|
@ -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`
|
||||||
|
|
Loading…
Reference in New Issue