<!DOCTYPE html>
<html><head>
    <meta charset="UTF-8">
</head><body><p>Noticed, while reading the manual, that in some places, the --edit-key option is referred to as "--edit".<br></p><p>Tweak this in all occurences except in NEWS and CHANGELOG-* files.<br>---<br> doc/DETAILS | 2 +-<br> doc/faq.org | 4 ++--<br> doc/gpg.texi | 4 ++--<br> 3 files changed, 5 insertions(+), 5 deletions(-)</p><p>diff --git a/doc/DETAILS b/doc/DETAILS<br>index f1abda930..737c131f9 100644<br>--- a/doc/DETAILS<br>+++ b/doc/DETAILS<br>@@ -222,7 +222,7 @@ described here.<br> <br> *** Field 14 - Flag field<br> <br>- Flag field used in the --edit menu output<br>+ Flag field used in the --edit-key menu output<br> <br> *** Field 15 - S/N of a token<br> <br>diff --git a/doc/faq.org b/doc/faq.org<br>index 2f873e600..df1ab262b 100644<br>--- a/doc/faq.org<br>+++ b/doc/faq.org<br>@@ -506,7 +506,7 @@ update this FAQ in the next month. See the section "Changes" for recent updates<br> 1. Change to this directory.<br> <br> 1. Run the command<br>- : gpg --homedir . --edit foo<br>+ : gpg --homedir . --edit-key foo<br> <br> and use the sub-command =passwd= to remove the passphrase from the<br> subkeys. You may also want to remove all unused subkeys.<br>@@ -876,7 +876,7 @@ update this FAQ in the next month. See the section "Changes" for recent updates<br> in your options file.<br> <br> : $ gpg --s2k-cipher-algo cast5 --s2k-digest-algo sha1 --s2k-mode 3 \<br>- : --simple-sk-checksum --edit KeyID<br>+ : --simple-sk-checksum --edit-key KeyID<br> <br> Turn off some features. Set the list of preferred ciphers, hashes,<br> and compression algorithms to things that PGP can handle. (Yes, I<br>diff --git a/doc/gpg.texi b/doc/gpg.texi<br>index 80c7f48f5..30d82a715 100644<br>--- a/doc/gpg.texi<br>+++ b/doc/gpg.texi<br>@@ -762,7 +762,7 @@ to use this.<br> @itemx --gen-revoke @var{name}<br> @opindex gen-revoke<br> Generate a revocation certificate for the complete key. To only revoke<br>-a subkey or a key signature, use the @option{--edit} command.<br>+a subkey or a key signature, use the @option{--edit-key} command.<br> <br> This command merely creates the revocation certificate so that it can<br> be used to revoke the key if that is ever needed. To actually revoke<br>@@ -1075,7 +1075,7 @@ For possible values of trust, @pxref{trust-values}.<br> @item --sign-key @var{name}<br> @opindex sign-key<br> Signs a public key with your secret key. This is a shortcut version of<br>-the subcommand "sign" from @option{--edit}.<br>+the subcommand "sign" from @option{--edit-key}.<br> <br> @item --lsign-key @var{name}<br> @opindex lsign-key<br>-- <br>2.14.1</p></body></html>