Remove --use-agent
from the manpages of makepkg and repo-add
This commit is contained in:
parent
15a2338656
commit
7fc080c582
2 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||||
|
|
|
@ -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.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue