summaryrefslogtreecommitdiffstats
path: root/snap-src/bin/config
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2019-09-28 14:56:51 +0300
committerLauri Ojansivu <x@xet7.org>2019-09-28 14:56:51 +0300
commit5d6c68a9cfe1e83b884e3884e17d5ed82d6f5b98 (patch)
tree9f2a26c68e81419d469d33693217aa492ec26081 /snap-src/bin/config
parent75dc5f226cb3261337c9be9614856efc0b40e377 (diff)
parented4c49090abfb35ebadc77b40eee4af05ae15ac1 (diff)
downloadwekan-5d6c68a9cfe1e83b884e3884e17d5ed82d6f5b98.tar.gz
wekan-5d6c68a9cfe1e83b884e3884e17d5ed82d6f5b98.tar.bz2
wekan-5d6c68a9cfe1e83b884e3884e17d5ed82d6f5b98.zip
Merge branch 'master' of github.com:wekan/wekan
Diffstat (limited to 'snap-src/bin/config')
-rwxr-xr-xsnap-src/bin/config2
1 files changed, 1 insertions, 1 deletions
diff --git a/snap-src/bin/config b/snap-src/bin/config
index 855caa32..21e2608d 100755
--- a/snap-src/bin/config
+++ b/snap-src/bin/config
@@ -108,7 +108,7 @@ DESCRIPTION_BIGEVENTS_PATTERN="Big events pattern: Notify always due etc regardl
DEFAULT_BIGEVENTS_PATTERN="NONE"
KEY_BIGEVENTS_PATTERN="bigevents-pattern"
-DESCRIPTION_NOTIFY_DUE_DAYS_BEFORE_AND_AFTER="Notify due days, default 2 days before and after. 0 = due notifications disabled. Default: 2"
+DESCRIPTION_NOTIFY_DUE_DAYS_BEFORE_AND_AFTER="Notify due days, accepts ',' delimited string, i.e. 2,0 means notify will be sent out 2 days before and right on due day. Default: empty"
DEFAULT_NOTIFY_DUE_DAYS_BEFORE_AND_AFTER=""
KEY_NOTIFY_DUE_DAYS_BEFORE_AND_AFTER="notify-due-days-before-and-after"