summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorPyroPeter <abi1789@googlemail.com>2011-01-11 23:04:20 +0100
committerDan McGee <dan@archlinux.org>2011-01-12 03:30:27 +0100
commiteda4d9ec00be1108ab4336a438299a283c5a0a90 (patch)
treef73f228a686b35c8c65da498a8e40c6929885a07 /doc
parent7ce90bb135c04b4421ca2824099e6e72659721b1 (diff)
downloadpacman-eda4d9ec00be1108ab4336a438299a283c5a0a90.tar.gz
pacman-eda4d9ec00be1108ab4336a438299a283c5a0a90.tar.xz
repo-add: Create/modify files databases
Implements FS#11302. Dan: updated docs to not reference pkgfile. Signed-off-by: PyroPeter <abi1789@googlemail.com> Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/repo-add.8.txt8
1 files changed, 6 insertions, 2 deletions
diff --git a/doc/repo-add.8.txt b/doc/repo-add.8.txt
index 81bf8377..2500ab8b 100644
--- a/doc/repo-add.8.txt
+++ b/doc/repo-add.8.txt
@@ -10,7 +10,7 @@ repo-add - package database maintenance utility
Synopsis
--------
-repo-add [-q] <path-to-db> <package1> [<package2> ...]
+repo-add [-f] [-q] <path-to-db> <package1> [<package2> ...]
repo-remove [-q] <path-to-db> <packagename> [<packagename2> ...]
@@ -30,11 +30,15 @@ on the command line.
Options
-------
+*-f, \--files*::
+ Tells repo-add also to create and include a list of the files in the
+ specified packages. This is useful for creating databases listing all files
+ in a given sync repository for tools that may use this information.
+
*-q, \--quiet*::
Force this program to keep quiet and run silent except for warning and
error messages.
-
See Also
--------
linkman:makepkg[8], linkman:pacman[8]