Remove --use-agent from the manpages of makepkg and repo-add

This commit is contained in:
Wiktor Kwapisiewicz 2024-04-23 12:18:49 +02:00 committed by Allan McRae
parent 15a2338656
commit 7fc080c582
2 changed files with 2 additions and 2 deletions

View file

@ -122,7 +122,7 @@ Options
*sign*;; *sign*;;
Generate a PGP signature file using GnuPG. This will execute 'gpg Generate a PGP signature file using GnuPG. This will execute 'gpg
\--detach-sign \--use-agent' on the built package to generate a detached \--detach-sign' on the built package to generate a detached
signature file, using the GPG agent, if it is available. The signature signature file, using the GPG agent, if it is available. The signature
file will be the entire file name of the package with a ``.sig'' file will be the entire file name of the package with a ``.sig''
extension. extension.

View file

@ -42,7 +42,7 @@ Common Options
*-s, \--sign*:: *-s, \--sign*::
Generate a PGP signature file using GnuPG. This will execute `gpg Generate a PGP signature file using GnuPG. This will execute `gpg
--detach-sign --use-agent` on the generated database to generate a detached --detach-sign` on the generated database to generate a detached
signature file, using the GPG agent if it is available. The signature file signature file, using the GPG agent if it is available. The signature file
will be the entire filename of the database with a ``.sig'' extension. will be the entire filename of the database with a ``.sig'' extension.