summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2007-03-19 03:45:00 +0100
committerDan McGee <dan@archlinux.org>2007-03-19 03:45:00 +0100
commitcf6f184243a230b8f0b775269ced06a239827bd1 (patch)
tree22ea9593c4f065f8fbb59dc93c1b162d37beb959 /doc
parentbf1885b1e02671b56db9514036ada81098380c88 (diff)
downloadpacman-cf6f184243a230b8f0b775269ced06a239827bd1.tar.gz
pacman-cf6f184243a230b8f0b775269ced06a239827bd1.tar.xz
* Updated Italian translation
Giovanni Scafora <linuxmania@gmail.com> * Many minor issues mentioned by Scott Horowitz <stonecrest@gmail.com>. - extra 'done' text in --noprogressbar output - missing flags in the pacman.8 manpage - unclear text in --noconfirm help description
Diffstat (limited to 'doc')
-rw-r--r--doc/pacman.813
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/pacman.8 b/doc/pacman.8
index 4bb9e943..66b91bde 100644
--- a/doc/pacman.8
+++ b/doc/pacman.8
@@ -68,6 +68,11 @@ general syntax is shown.
.SH OPTIONS
.TP
+.B \--ask \fInumber\fP
+Pre-specify answers to questions. It is doubtful whether this option even
+works, so I would not recommend using it. TODO: document this more, as I have
+no idea how it works or when you would use it, or if we should just dump it.
+.TP
.B \-b, --dbpath \fIpath\fP
Specify an alternative database location (default is "/var/lib/pacman/"). This
should not be used unless you know what you are doing.
@@ -109,9 +114,17 @@ unless you want to run pacman from a script.
.B \--noprogressbar
Do not show a progress bar when downloading files. This can be useful for
scripts that call pacman and capture the output.
+.TP
+.B \--noscriptlet
+If an install scriptlet exists, do not execute it. Do not use this unless you
+know what you are doing.
.SH QUERY OPTIONS
.TP
+.B \-c, --changelog
+View the ChangeLog of a package. Not every package will provide one but it
+will be shown if available.
+.TP
.B \-e, --orphans
List all packages that were pulled in by a previously installed package but no
longer required by any installed package.