diff options
Diffstat (limited to 'man')
-rw-r--r-- | man/1/pkg | 4 | ||||
-rw-r--r-- | man/5/pkg.conf | 4 |
2 files changed, 8 insertions, 0 deletions
@@ -96,6 +96,10 @@ Options always override the configuration file and the environment variables. Enable quiet mode, don't print progress. Useful for scripting +=item B<-d>, B<--debug> [boolean] + +Enable debug mode + =item B<-au>, B<--auto-update> [boolean] Automatically update the package list before doing certain actions diff --git a/man/5/pkg.conf b/man/5/pkg.conf index e4a0ab8..b508807 100644 --- a/man/5/pkg.conf +++ b/man/5/pkg.conf @@ -36,6 +36,10 @@ Options to invoke L<checklinks>(1) with Operate in silent mode if 1 +=item B<DEBUG>=I<boolean> (0) + +Operate in debug mode if 1 + =item B<AUTOUPDATE>=I<boolean> (1) If 1, automatically execute 'pkg update' before 'pkg push' |