summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClement Ho <clemmakesapps@gmail.com>2017-08-23 20:36:54 +0000
committerClement Ho <clemmakesapps@gmail.com>2017-08-23 20:36:54 +0000
commit07e4c64a370c6dba7f4ff8f89f4493162f030e4b (patch)
tree0db533bdb5bb36eff838ab77ae2592dfcd418177
parent99bb3dde251d127fb897eb01fcade7c7f3d8c063 (diff)
downloadgitlab-ce-docs-fix-gpg-command.tar.gz
Rename command `--full-gen-key` to `--gen-key`docs-fix-gpg-command
-rw-r--r--doc/user/project/gpg_signed_commits/index.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/user/project/gpg_signed_commits/index.md b/doc/user/project/gpg_signed_commits/index.md
index 3ea2203c895..2d58d00a649 100644
--- a/doc/user/project/gpg_signed_commits/index.md
+++ b/doc/user/project/gpg_signed_commits/index.md
@@ -37,7 +37,7 @@ started:
1. Generate the private/public key pair with the following command:
```sh
- gpg --full-gen-key
+ gpg --gen-key
```
This will spawn a series of questions.