diff options
author | Daniel Wallace <daniel.wallace12@gmail.com> | 2012-07-09 01:55:58 -0400 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2012-08-01 09:17:12 -0500 |
commit | 52550a2a0a4e6858680828e3fcdf0b12b16c273b (patch) | |
tree | 0c7f8caf7f4aa5265ddb8a7f317396039a78e9fb /doc/makepkg.8.txt | |
parent | d2669b47812aebfe3ada7df4c7d7525790ef9c33 (diff) | |
download | pacman-52550a2a0a4e6858680828e3fcdf0b12b16c273b.tar.xz |
asdeps flag passed from makepkg to pacman
add the asdeps flag for makepkg so that it does pacman -U --asdeps
[Allan: clean-up whitespace]
Signed-off-by: Daniel Wallace <daniel.wallace12@gmail.com>
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'doc/makepkg.8.txt')
-rw-r--r-- | doc/makepkg.8.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/makepkg.8.txt b/doc/makepkg.8.txt index 27875a30..b96d7689 100644 --- a/doc/makepkg.8.txt +++ b/doc/makepkg.8.txt @@ -179,6 +179,10 @@ Options (Passed to pacman) Prevent pacman from waiting for user input before proceeding with operations. +*\--asdeps*:: + (Passed to pacman) Install packages as non-explicitly installed (used + with -i / --install). + *\--noprogressbar*:: (Passed to pacman) Prevent pacman from displaying a progress bar; useful if you are redirecting makepkg output to file. |