diff options
author | Dan McGee <dan@archlinux.org> | 2007-05-30 16:07:48 -0400 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2007-05-30 16:07:48 -0400 |
commit | 3e05e187074cecde4423f27dbfae3bf99bf29d20 (patch) | |
tree | 75f74bd716ff1b404b575f349e7f2cad4409d7e1 /doc | |
parent | b3535db2aabf18a975a193f20ffaf0bde47dadbb (diff) | |
download | pacman-3e05e187074cecde4423f27dbfae3bf99bf29d20.tar.xz |
doc/makepkg.8: document --log option
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/makepkg.8 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/makepkg.8 b/doc/makepkg.8 index 1e0e2cd9..2f7c359b 100644 --- a/doc/makepkg.8 +++ b/doc/makepkg.8 @@ -72,6 +72,10 @@ Output syntax and command line options. .B \-i, --install Install or upgrade the package after a successful build using \fBpacman\fP. .TP +.B \-L, --log +Log the package build progress to a file. This file is stored in the build +directory with a name similar to that of the built package. +.TP .B \-m, --nocolor Disable color in output messages. .TP |