1
0
mirror of https://github.com/moparisthebest/pacman synced 2024-12-22 07:48:50 -05:00

Updated the documentation for makepkg's -L option.

At some point back in 2009, logging was expanded to cover all of the packaging
functions, but the man page was not updated to reflect that. Fix that!

Signed-off-by: Alastair Hughes <hobbitalastair@gmail.com>
Signed-off-by: Allan McRae <allan@archlinux.org>
This commit is contained in:
Alastair Hughes 2015-12-04 19:47:08 +13:00 committed by Allan McRae
parent a8e2578feb
commit d069d9714a

View File

@ -103,11 +103,11 @@ Options
linkman:pacman[8]. linkman:pacman[8].
*-L, \--log*:: *-L, \--log*::
Enable makepkg build logging. This will use the *tee* program to send Enable logging. This will use the *tee* program to send the output of each
output of the `build()` function to both the console and to a text file in of the PKGBUILD functions to both the console and to a text file in the
the build directory named `pkgname-pkgver-pkgrel-arch.log`. As mentioned build directory named `pkgbase-pkgver-pkgrel-arch-<function>.log`.
above, the build log will be localized so you may want to set your locale As mentioned above, the logs will be localized so you may want to set your
accordingly if sharing the log output with others. locale accordingly if sharing the log output with others.
*-m, \--nocolor*:: *-m, \--nocolor*::
Disable color in output messages. Disable color in output messages.