summaryrefslogtreecommitdiffstats
path: root/doc/pacman.8.in
diff options
context:
space:
mode:
Diffstat (limited to 'doc/pacman.8.in')
-rw-r--r--doc/pacman.8.in14
1 files changed, 9 insertions, 5 deletions
diff --git a/doc/pacman.8.in b/doc/pacman.8.in
index 5d4d9bde..1d9c9227 100644
--- a/doc/pacman.8.in
+++ b/doc/pacman.8.in
@@ -1,4 +1,4 @@
-.TH pacman 8 "July 16, 2004" "pacman #VERSION#" ""
+.TH pacman 8 "August 3, 2004" "pacman #VERSION#" ""
.SH NAME
pacman \- package manager utility
.SH SYNOPSIS
@@ -99,6 +99,9 @@ a backwards --sync operation.
.B "\-v, \-\-verbose"
Output more status and error messages.
.TP
+.B "\-\-config <path>"
+Specify an alternate configuration file.
+.TP
.B "\-\-noconfirm"
Bypass any and all "Are you sure?" messages. It's not a good to do this
unless you want to run pacman from a script.
@@ -215,10 +218,7 @@ global options.
NoUpgrade = etc/passed etc/group etc/shadow
NoUpgrade = etc/fstab
-[current]
-Server = ftp://ftp.archlinux.org/current
-Server = ftp://ftp.mirror.com/archlinux/current
-Server = http://www.othermirror.com/arch/current
+Include = /etc/pacman.d/current
[custom]
Server = file:///home/pkgs
@@ -239,6 +239,10 @@ will ask for confirmation before proceeding.
Instructs pacman to ignore any upgrades for this package when performing a
\fB--sysupgrade\fP.
.TP
+.B "Include = <path>"
+Include another config file. This config file can include repositories or
+general configuration options.
+.TP
.B "ProxyServer = <host|ip>[:port]"
If set, pacman will use this proxy server for all ftp/http transfers.
.TP