* Updated makepkg.8 manpage to reflect shift of -S to --usesudo.

This commit is contained in:
Dan McGee 2007-02-14 15:06:03 +00:00
parent 7e9fdfd44e
commit b347a7397a

View file

@ -101,10 +101,11 @@ Install missing dependencies using \fBpacman\fP. When missing build-time or
run-time dependencies are found, \fBpacman\fP will try to resolve them. If run-time dependencies are found, \fBpacman\fP will try to resolve them. If
successful, the missing packages will be downloaded and installed. successful, the missing packages will be downloaded and installed.
.TP .TP
.B \-S, --sudosync .B \-S, --usesudo
Install missing dependencies using \fBpacman\fP and \fBsudo\fP. This is the Use \fBsudo\fP to perform all operations that require \fBpacman\fP. This is
same as \fB-s\fP except that \fBsudo\fP is used, meaning you do not have to useful for \fB--install\fP, \fB--rmdeps\fP, and \fB--syncdeps\fP. If you are
build as root to use dependency auto-resolution. building packages as a non-root user as recommended, this option should be used
if using any option that calls \fBpacman\fP.
.TP .TP
.B \--noconfirm .B \--noconfirm
(Passed to \fBpacman\fP) Prevent \fBpacman\fP from waiting for user input (Passed to \fBpacman\fP) Prevent \fBpacman\fP from waiting for user input