aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGavin Lloyd2019-02-07 06:09:31 +0000
committerGavin Lloyd2019-02-07 06:09:31 +0000
commit1f6a5c6188a80bab511f56cb36eae824765c89d6 (patch)
treec37e5254a55070ad89be19edd045f536ce7c03d7 /doc
parentfbb01f7d7c5d3b9830b2cb30b60302711f9e278e (diff)
Add 'PrintLocalIsNewer' config option
Print warnings during upgrade operation when local packages are newer than those found in remote repositories. This was previously a default option, now added as a default config option in pakku.conf.
Diffstat (limited to 'doc')
-rw-r--r--doc/pakku.conf.5.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/pakku.conf.5.txt b/doc/pakku.conf.5.txt
index bc840e2..b37ba7f 100644
--- a/doc/pakku.conf.5.txt
+++ b/doc/pakku.conf.5.txt
@@ -43,6 +43,10 @@ Options
Print warnings during upgrade operation when foreign packages were not
found in AUR.
+*PrintLocalIsNewer*::
+ Print warnings during upgrade operation when local packages are newer
+ than those found in remote repositories.
+
*SudoExec*::
Automatically exec the program from root via sudo if it is necessary,
allowing you to enter password for sudo only once.