We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d9beb46 + f7bf24d commit edefaa5Copy full SHA for edefaa5
Documentation/config/gpg.txt
@@ -2,7 +2,7 @@ gpg.program::
2
Use this custom program instead of "`gpg`" found on `$PATH` when
3
making or verifying a PGP signature. The program must support the
4
same command-line interface as GPG, namely, to verify a detached
5
- signature, "`gpg --verify $file - <$signature`" is run, and the
+ signature, "`gpg --verify $signature - <$file`" is run, and the
6
program is expected to signal a good signature by exiting with
7
code 0, and to generate an ASCII-armored detached signature, the
8
standard input of "`gpg -bsau $key`" is fed with the contents to be
0 commit comments