Commit 1ab15ba2 authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

Merge branch 'update-gpg-signing-docs' into 'master'

Use proper args for gpg command used in docs

See merge request gitlab-org/gitlab-ee!2910
parents fcafdac1 6f2b8604
...@@ -113,7 +113,7 @@ started: ...@@ -113,7 +113,7 @@ started:
1. Use the following command to list the private GPG key you just created: 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 LONG mr@robot.sh
``` ```
Replace `mr@robot.sh` with the email address you entered above. Replace `mr@robot.sh` with the email address you entered above.
...@@ -167,7 +167,7 @@ key to use. ...@@ -167,7 +167,7 @@ key to use.
1. Use the following command to list the private GPG key you just created: 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 LONG mr@robot.sh
``` ```
Replace `mr@robot.sh` with the email address you entered above. Replace `mr@robot.sh` with the email address you entered above.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment