diff options
author | Allan McRae <allan@archlinux.org> | 2015-08-08 02:47:13 +0200 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2015-09-07 03:21:58 +0200 |
commit | ec50ec8a1587613a1f602c2e67c4cab33ac3115d (patch) | |
tree | 3e80f11a829a0c82e38c590c53a01b9f6c05acaa /doc | |
parent | 578035075108a90d20f084f077badf05d1c8527c (diff) | |
download | pacman-ec50ec8a1587613a1f602c2e67c4cab33ac3115d.tar.gz pacman-ec50ec8a1587613a1f602c2e67c4cab33ac3115d.tar.xz |
pacman.8: Consistently refer to the package database
We use "package database" everywhere apart from in the description of "-y".
Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/pacman.8.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/pacman.8.txt b/doc/pacman.8.txt index 5c57450b..18303c36 100644 --- a/doc/pacman.8.txt +++ b/doc/pacman.8.txt @@ -424,11 +424,11 @@ system upgrade and install/upgrade the "foo" package in the same operation. Retrieve all packages from the server, but do not install/upgrade anything. *-y, \--refresh*:: - Download a fresh copy of the master package list from the server(s) + Download a fresh copy of the master package database from the server(s) defined in linkman:pacman.conf[5]. This should typically be used each time you use '\--sysupgrade' or '-u'. Passing two '\--refresh' or '-y' flags - will force a refresh of all package lists, even if they appear to be up- - to-date. + will force a refresh of all package databases, even if they appear to be + up-to-date. Database Options[[QO]] |