index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Dan McGee <dan@archlinux.org> | 2007-03-19 02:45:00 +0000 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2007-03-19 02:45:00 +0000 |
commit | cf6f184243a230b8f0b775269ced06a239827bd1 (patch) | |
tree | 22ea9593c4f065f8fbb59dc93c1b162d37beb959 /doc/pacman.8 | |
parent | bf1885b1e02671b56db9514036ada81098380c88 (diff) |
-rw-r--r-- | doc/pacman.8 | 13 |
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. |