From cf6f184243a230b8f0b775269ced06a239827bd1 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Mon, 19 Mar 2007 02:45:00 +0000 Subject: * Updated Italian translation Giovanni Scafora * Many minor issues mentioned by Scott Horowitz . - extra 'done' text in --noprogressbar output - missing flags in the pacman.8 manpage - unclear text in --noconfirm help description --- doc/pacman.8 | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'doc') 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. -- cgit v1.2.3-24-g4f1b