diff options
author | dylan.araps@gmail.com <dylan.araps@gmail.com> | 2020-02-09 09:18:13 +0000 |
---|---|---|
committer | dylan.araps@gmail.com <dylan.araps@gmail.com> | 2020-02-09 09:18:13 +0000 |
commit | 9b85e2e1a8d8cf37d69f856bd83014a19cf9b043 (patch) | |
tree | 03538ac97c3324ce6abcceb82e72146b6030db9b | |
parent | e0738e2487dae46282fa57bde681373287f7d0d9 (diff) | |
download | cpt-9b85e2e1a8d8cf37d69f856bd83014a19cf9b043.tar.gz |
docs: update
FossilOrigin-Name: a9142a9783beb22dff0e0147db42520a0f2b16c232a17936e866145d018cab7d
-rw-r--r-- | README.md | 8 | ||||
-rw-r--r-- | kiss.1 | 2 |
2 files changed, 9 insertions, 1 deletions
@@ -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, @@ -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. |