Update prompts for consistency
This commit is contained in:
parent
d4b05430fd
commit
59e527ebf5
|
@ -390,7 +390,7 @@ You can generate a keypair specifically for zcash gitian builds with a command l
|
|||
|
||||
|
||||
```
|
||||
$ gpg2 --quick-generate-key --batch --passphrase '' "Harry Potter (zcash gitian) <hpotter@hogwarts.wiz>"
|
||||
zcash-gitian$ gpg2 --quick-generate-key --batch --passphrase '' "Harry Potter (zcash gitian) <hpotter@hogwarts.wiz>"
|
||||
gpg: key 3F0C2117D53A4A49 marked as ultimately trusted
|
||||
gpg: directory '/home/hpotter/.gnupg/openpgp-revocs.d' created
|
||||
gpg: revocation certificate stored as '/home/hpotter/.gnupg/openpgp-revocs.d/3F14A629C06FA31D59C64FE93F0C2117D53A4A49.rev'
|
||||
|
@ -413,7 +413,7 @@ Some explanation of the arguments used in the above example:
|
|||
You can check that the key was generated and added to your local gpg key database, and see its
|
||||
fingerprint value, like this:
|
||||
```
|
||||
$ gpg2 --list-keys
|
||||
zcash-gitian$ gpg2 --list-keys
|
||||
/home/hpotter/.gnupg/pubring.kbx
|
||||
----------------------------------
|
||||
pub rsa2048 2018-04-23 [SC] [expires: 2020-04-22]
|
||||
|
|
Loading…
Reference in New Issue