summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2015-10-25 16:19:54 +0100
committerAllan McRae <allan@archlinux.org>2015-11-03 05:36:53 +0100
commit697377aae3df2ed9743f20c92e807526105c60c0 (patch)
tree38f58205f84e39a11b5fd0b99ce931e80294e2d4 /doc
parentd8621b981e100ecf46d260e1a85cc13d202cafda (diff)
downloadpacman-697377aae3df2ed9743f20c92e807526105c60c0.tar.gz
pacman-697377aae3df2ed9743f20c92e807526105c60c0.tar.xz
Document pacman -F
Signed-off-by: Florian Pritz <bluewind@xinu.at> Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/pacman.8.txt29
1 files changed, 29 insertions, 0 deletions
diff --git a/doc/pacman.8.txt b/doc/pacman.8.txt
index 18303c36..838b70b1 100644
--- a/doc/pacman.8.txt
+++ b/doc/pacman.8.txt
@@ -110,6 +110,12 @@ greater than `1:3.6-1`.
Options>> below; also see <<HCF,Handling Config Files>> for an explanation
on how pacman takes care of configuration files.
+*-F, \--files*::
+ Query the files database. This operation allows you to look for packages
+ owning certain files or display files owned by certain packages. Only
+ packages that are part of your sync databases are searched. See
+ <<FO,File Options>> below.
+
*-V, \--version*::
Display version and exit.
@@ -451,6 +457,29 @@ Database Options[[QO]]
a check on the sync databases to ensure all specified dependencies
are available.
+File Options[[FO]]
+------------------
+
+*-y, --refresh*::
+ Download fresh package databases from the server. Use twice to force a
+ refresh even if databases are up to date.
+
+*-l, \--list*::
+ List the files owned by the queried package.
+
+*-s, \--search*::
+ Search package file names for matching strings.
+
+*-x, --regex*::
+ Treat arguments to '--search' as regular expressions.
+
+*-o, \--owns*::
+ Search for packages that own a particular file.
+
+*-q, \--quiet*::
+ Show less information for certain file operations. This is useful when
+ pacman's output is processed in a script, however, you may want to use
+ '--machinereadable' instead.
Handling Config Files[[HCF]]
----------------------------