From 07e4c64a370c6dba7f4ff8f89f4493162f030e4b Mon Sep 17 00:00:00 2001 From: Clement Ho Date: Wed, 23 Aug 2017 20:36:54 +0000 Subject: Rename command `--full-gen-key` to `--gen-key` --- doc/user/project/gpg_signed_commits/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.2.1