From 9c91b2b4827aa6e7bd1b6b90ea914c4eb4c701f4 Mon Sep 17 00:00:00 2001 From: Robert Theis <943135+rmtheis@users.noreply.github.com> Date: Thu, 24 Jun 2021 12:20:55 -0500 Subject: [PATCH] Update signing.asc --- book/07-git-tools/sections/signing.asc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/07-git-tools/sections/signing.asc b/book/07-git-tools/sections/signing.asc index 8143ab668..57292adb2 100644 --- a/book/07-git-tools/sections/signing.asc +++ b/book/07-git-tools/sections/signing.asc @@ -36,7 +36,7 @@ Now Git will use your key by default to sign tags and commits if you want. ==== Signing Tags -If you have a GPG private key setup, you can now use it to sign new tags. +If you have a GPG private key set up, you can now use it to sign new tags. All you have to do is use `-s` instead of `-a`: [source,console]