diff options
author | Dan McGee <dan@archlinux.org> | 2011-03-23 02:18:57 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2011-03-23 02:18:57 -0500 |
commit | 09085331277304e417649e8338795ca36a0d1f91 (patch) | |
tree | bce8d82ea1026fa00581f595b3fec1f5194bd11a /doc/repo-add.8.txt | |
parent | 36747e4a7f2bf26391573c113950f063daed19b9 (diff) | |
parent | a31d091fb3bd250416d419b30e99c900b1608efc (diff) | |
download | pacman-09085331277304e417649e8338795ca36a0d1f91.tar.xz |
Merge branch 'gpg-build-tools'
Diffstat (limited to 'doc/repo-add.8.txt')
-rw-r--r-- | doc/repo-add.8.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/repo-add.8.txt b/doc/repo-add.8.txt index 75f49ef5..26009f67 100644 --- a/doc/repo-add.8.txt +++ b/doc/repo-add.8.txt @@ -43,6 +43,13 @@ Options Force this program to keep quiet and run silent except for warning and error messages. +*-s, \--sign*:: + Generate a PGP signature file using GnuPG. This will execute `gpg + --detach-sign --use-agent` on the generated database to generate a detached + 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. + + See Also -------- linkman:makepkg[8], linkman:pacman[8] |