diff options
-rw-r--r-- | doc/user/project/gpg_signed_commits/index.md | 2 |
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. |