Edit --full-generate-key to --full-gen-key
--full generate key appears to be a typo of the gpg2 command --full-gen-key.pull/41/head
parent
a94b2b2a1a
commit
abb55b6e3e
|
@ -189,7 +189,7 @@ Paste the following [text](https://stackoverflow.com/questions/2500436/how-does-
|
||||||
|
|
||||||
Generate a new key with GPG, selecting RSA (sign only) and the appropriate keysize:
|
Generate a new key with GPG, selecting RSA (sign only) and the appropriate keysize:
|
||||||
|
|
||||||
% gpg --full-generate-key
|
% gpg --full-gen-key
|
||||||
gpg (GnuPG) 2.2.1; Copyright (C) 2017 Free Software Foundation, Inc.
|
gpg (GnuPG) 2.2.1; Copyright (C) 2017 Free Software Foundation, Inc.
|
||||||
This is free software: you are free to change and redistribute it.
|
This is free software: you are free to change and redistribute it.
|
||||||
There is NO WARRANTY, to the extent permitted by law.
|
There is NO WARRANTY, to the extent permitted by law.
|
||||||
|
|
Loading…
Reference in New Issue