diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2009-07-06 11:43:53 +0200 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2009-07-06 11:43:53 +0200 |
commit | 964b65061b349756aaca1b9d3e64ae7fc1fb1526 (patch) | |
tree | fca44554f62dbb18a71f02693e506b63681b3814 /man/5 | |
parent | 206705404178245fa5fc5020a8fed2e30441d8ac (diff) |
pkg: added COLOUR and PROGRESS settings and options
Diffstat (limited to 'man/5')
-rw-r--r-- | man/5/pkg.conf | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/man/5/pkg.conf b/man/5/pkg.conf index cfa1c9f..9bb918a 100644 --- a/man/5/pkg.conf +++ b/man/5/pkg.conf @@ -42,9 +42,17 @@ path for the local package tree Options to invoke L<checklinks>(1) with +=item B<COLOURS>=I<boolean> (--colours) [1] + +Colorize the output (cyan for info messages, red for errors/warnings) + +=item B<PROGRESS>=I<boolean> (--progress) [1] + +Show a progress bar when performing tasks on all packages + =item B<SILENT>=I<boolean> (--quiet) [0] -Operate in silent mode if 1 +Operate in silent mode. If B<1>, it also sets PROGRESS=0 =item B<DEBUG>=I<boolean> (--debug) [0] |