update gpg_signed_commit to use 0xLONG format for gpg list keys
This commit is contained in:
parent
4bb1a3c159
commit
fc97de6804
1 changed files with 2 additions and 2 deletions
|
@ -113,7 +113,7 @@ started:
|
|||
1. Use the following command to list the private GPG key you just created:
|
||||
|
||||
```
|
||||
gpg --list-secret-keys mr@robot.sh
|
||||
gpg --list-secret-keys --keyid-format 0xLONG mr@robot.sh
|
||||
```
|
||||
|
||||
Replace `mr@robot.sh` with the email address you entered above.
|
||||
|
@ -167,7 +167,7 @@ key to use.
|
|||
1. Use the following command to list the private GPG key you just created:
|
||||
|
||||
```
|
||||
gpg --list-secret-keys mr@robot.sh
|
||||
gpg --list-secret-keys --keyid-format 0xLONG mr@robot.sh
|
||||
```
|
||||
|
||||
Replace `mr@robot.sh` with the email address you entered above.
|
||||
|
|
Loading…
Reference in a new issue