diff options
author | Sam X. Chen <sam.xi.chen@gmail.com> | 2019-10-01 10:39:36 -0400 |
---|---|---|
committer | Sam X. Chen <sam.xi.chen@gmail.com> | 2019-10-01 10:39:36 -0400 |
commit | e60926f8471c05f50877f46568554e7b2f24815a (patch) | |
tree | d433bfe6d9a672cea7d95523bdf8d605bd444f23 /snap-src/bin | |
parent | 020b66383643f42c183b758fe1bcb73ac6f689bb (diff) | |
download | wekan-e60926f8471c05f50877f46568554e7b2f24815a.tar.gz wekan-e60926f8471c05f50877f46568554e7b2f24815a.tar.bz2 wekan-e60926f8471c05f50877f46568554e7b2f24815a.zip |
#2738 adding all pertinent help file for due days, plus modified the .list-header-name when in mobile mode
Diffstat (limited to 'snap-src/bin')
-rwxr-xr-x | snap-src/bin/wekan-help | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/snap-src/bin/wekan-help b/snap-src/bin/wekan-help index cde3dd57..6df3a1b4 100755 --- a/snap-src/bin/wekan-help +++ b/snap-src/bin/wekan-help @@ -104,13 +104,10 @@ echo -e "\t$ snap set $SNAP_NAME bigevents-pattern='NONE'" echo -e "\n" echo -e "EMAIL DUE DATE NOTIFICATION https://github.com/wekan/wekan/pull/2536" echo -e "System timelines will be showing any user modification for dueat startat endat receivedat, also notification to the watchers and if any card is due, about due or past due." -echo -e "Notify due days, default 2 days before and after. 0 = due notifications disabled. Default: 2" -echo -e "To enable different Notify Due Days Before And After than default 2:" -echo -e "\t$ snap set $SNAP_NAME notify-due-days-before-and-after='4'" +echo -e "Notify due days, number less than 15 or negative number accepted, you can specify multiple days delimited by ','. Default: NONE" +echo -e "To enable different Notify for Due Days on 2 days before, and on the event day " +echo -e "\t$ snap set $SNAP_NAME notify-due-days-before-and-after='2,0'" echo -e "\t-Disable Notifying for Due Days:" -echo -e "\t$ snap set $SNAP_NAME notify-due-days-before-and-after='0'" -echo -e "\n" -echo -e "\t-To set back to default 2:" echo -e "\t$ snap set $SNAP_NAME notify-due-days-before-and-after=''" echo -e "\n" echo -e "Notify due at hour of day. Default every morning at 8am. Can be 0-23." |