From e0738e2487dae46282fa57bde681373287f7d0d9 Mon Sep 17 00:00:00 2001 From: "dylan.araps@gmail.com" Date: Sun, 9 Feb 2020 09:17:35 +0000 Subject: docs: update FossilOrigin-Name: 855177e478872275e79ecdba8872a2e2a5c5cee3766b0881783290430c53364d --- kiss.1 | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'kiss.1') diff --git a/kiss.1 b/kiss.1 index 8c17310..dd3d699 100644 --- a/kiss.1 +++ b/kiss.1 @@ -63,6 +63,14 @@ export KISS_RM=usr/share/doc:usr/share/gtk-doc:usr/share/info:usr/share/polkit-1 # Set it to '1' to force. export KISS_FORCE=0 +# Show diffs on system updates. +# +# This will spawn '$PAGER' (fallback to 'less') with a diff +# of each changed file in the system update. +# +# Set it to '1' to enable. +export KISS_AUDIT=0 + # Hook into kiss through a script. # # This can be used set custom CFLAGS per package, modify builds, -- cgit v1.2.3 From 9b85e2e1a8d8cf37d69f856bd83014a19cf9b043 Mon Sep 17 00:00:00 2001 From: "dylan.araps@gmail.com" Date: Sun, 9 Feb 2020 09:18:13 +0000 Subject: docs: update FossilOrigin-Name: a9142a9783beb22dff0e0147db42520a0f2b16c232a17936e866145d018cab7d --- README.md | 8 ++++++++ kiss.1 | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) (limited to 'kiss.1') diff --git a/README.md b/README.md index 8133259..a8181f7 100644 --- a/README.md +++ b/README.md @@ -84,6 +84,14 @@ export KISS_RM=usr/share/doc:usr/share/gtk-doc:usr/share/info:usr/share/polkit-1 # Set it to '1' to force. export KISS_FORCE=0 +# Show diff on system updates. +# +# This will spawn '$PAGER' (fallback to 'less') with a diff +# of each changed file in the system update. +# +# Set it to '1' to enable. +export KISS_AUDIT=0 + # Hook into kiss through a script. # # This can be used set custom CFLAGS per package, modify builds, diff --git a/kiss.1 b/kiss.1 index dd3d699..53d3213 100644 --- a/kiss.1 +++ b/kiss.1 @@ -63,7 +63,7 @@ export KISS_RM=usr/share/doc:usr/share/gtk-doc:usr/share/info:usr/share/polkit-1 # Set it to '1' to force. export KISS_FORCE=0 -# Show diffs on system updates. +# Show diff on system updates. # # This will spawn '$PAGER' (fallback to 'less') with a diff # of each changed file in the system update. -- cgit v1.2.3