summaryrefslogtreecommitdiffstats
path: root/snap-src/bin/wekan-help
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2019-12-20 16:03:46 +0200
committerLauri Ojansivu <x@xet7.org>2019-12-20 16:03:46 +0200
commit782d0b620988628f40f50f9cd824f6652cfb0dd9 (patch)
tree7af06a090aef2f9242c9a0afc7c9f1ce104ca021 /snap-src/bin/wekan-help
parent8dcd360f939febef3dc6bc0a1f3eac38664b2815 (diff)
downloadwekan-782d0b620988628f40f50f9cd824f6652cfb0dd9.tar.gz
wekan-782d0b620988628f40f50f9cd824f6652cfb0dd9.tar.bz2
wekan-782d0b620988628f40f50f9cd824f6652cfb0dd9.zip
Upgrade to Meteor 1.8.3 and Node 8.17.0.
Update release scripts. Fix ldap background sync documentation part 2. Thanks to xet7 !
Diffstat (limited to 'snap-src/bin/wekan-help')
-rwxr-xr-xsnap-src/bin/wekan-help8
1 files changed, 4 insertions, 4 deletions
diff --git a/snap-src/bin/wekan-help b/snap-src/bin/wekan-help
index 6df3a1b4..1dc952b2 100755
--- a/snap-src/bin/wekan-help
+++ b/snap-src/bin/wekan-help
@@ -295,10 +295,10 @@ echo -e "If the sync of the users should be done in the background:"
echo -e "\t$ snap set $SNAP_NAME ldap-background-sync='true'"
echo -e "\n"
echo -e "Ldap Background Sync Interval."
-echo -e "At which interval does the background task sync in milliseconds."
-echo -e "Leave this unset, so it uses default, and does not crash."
-echo -e "https://github.com/wekan/wekan/issues/2354#issuecomment-515305722"
-echo -e "\t$ snap set $SNAP_NAME ldap-background-sync-interval=''"
+echo -e "At which interval does the background task sync."
+echo -e "The format must be as specified in: https://bunkat.github.io/later/parsers.html#text"
+echo -e "Default is empty '' that is same as 'every 1 hour'"
+echo -e "\t$ snap set $SNAP_NAME ldap-background-sync-interval='every 1 hour'"
echo -e "\n"
echo -e "Ldap Background Sync Keep Existant Users Updated."
echo -e "\t$ snap set $SNAP_NAME ldap-background-sync-keep-existant-users-updated='true'"