From 206705404178245fa5fc5020a8fed2e30441d8ac Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Mon, 6 Jul 2009 11:35:22 +0200 Subject: Merged the options in pkg(1) into pkg.conf(5) --- man/5/pkg.conf | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) (limited to 'man/5') diff --git a/man/5/pkg.conf b/man/5/pkg.conf index 074487c..cfa1c9f 100644 --- a/man/5/pkg.conf +++ b/man/5/pkg.conf @@ -18,40 +18,44 @@ reasonable (so I hope) defaults. =head1 OPTIONS +The text in (braces) refers to the pkg commandline option with which the config +setting may be overridden (if present). +The text in [these braces] is the default value. + =over -=item B=I +=item B=I (--packageroot I) the package root path. I may either be of the form C or C. -=item B=I ($PKG_PATH/pkglist) +=item B=I [$PKG_PATH/pkglist] path to pkglist on the package root, to generate the package list. In the default, $PKG_PATH means the path component of $PKG_ROOT. -=item B=I ($HOME/packages) +=item B=I (--packagedir I) [$HOME/packages] path for the local package tree -=item B=(I) (-q) +=item B=(I) (--checklinks-options I) [-q] Options to invoke L(1) with -=item B=I (0) +=item B=I (--quiet) [0] Operate in silent mode if 1 -=item B=I (0) +=item B=I (--debug) [0] Operate in debug mode if 1 -=item B=I (1) +=item B=I (--auto-update) [1] If 1, automatically execute 'pkg update' before 'pkg push' and 'pkg remote-update' before 'pkg upgrade' -=item B=I (1) +=item B=I [1] By default, pkg will simply issue a git push/pull, so that git will use the repository's origin to determine where to push/pull. -- cgit v1.2.3