diff options
author | Dan McGee <dan@archlinux.org> | 2007-02-14 15:06:03 +0000 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2007-02-14 15:06:03 +0000 |
commit | b347a7397abcbc95795f5dc782ca4750b1bfba25 (patch) | |
tree | 16c90f51ae6521dcad192841e536c6e0267626b3 | |
parent | 7e9fdfd44efb59b412a1173a14bc809d75aa2164 (diff) | |
download | pacman-b347a7397abcbc95795f5dc782ca4750b1bfba25.tar.xz |
* Updated makepkg.8 manpage to reflect shift of -S to --usesudo.
-rw-r--r-- | doc/makepkg.8 | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/makepkg.8 b/doc/makepkg.8 index 78913ccc..eb89b99e 100644 --- a/doc/makepkg.8 +++ b/doc/makepkg.8 @@ -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 successful, the missing packages will be downloaded and installed. .TP -.B \-S, --sudosync -Install missing dependencies using \fBpacman\fP and \fBsudo\fP. This is the -same as \fB-s\fP except that \fBsudo\fP is used, meaning you do not have to -build as root to use dependency auto-resolution. +.B \-S, --usesudo +Use \fBsudo\fP to perform all operations that require \fBpacman\fP. This is +useful for \fB--install\fP, \fB--rmdeps\fP, and \fB--syncdeps\fP. If you are +building packages as a non-root user as recommended, this option should be used +if using any option that calls \fBpacman\fP. .TP .B \--noconfirm (Passed to \fBpacman\fP) Prevent \fBpacman\fP from waiting for user input |