From 20f73bd1f2eac1aeccfeea9da83294f58ecd723a Mon Sep 17 00:00:00 2001 From: Chris Ridd <chris.ridd@forgerock.com> Date: Wed, 03 Dec 2014 14:53:53 +0000 Subject: [PATCH] Backport fix OPENDJ-1614 (CR-5290) Improve crontab(5) support in recurring tasks --- opends/src/messages/messages/admin_tool.properties | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/opends/src/messages/messages/admin_tool.properties b/opends/src/messages/messages/admin_tool.properties index 545da64..da2f031 100644 --- a/opends/src/messages/messages/admin_tool.properties +++ b/opends/src/messages/messages/admin_tool.properties @@ -2825,9 +2825,9 @@ # # Note that the following property contains line breaks in HTML format (<br>). # -INFO_CTRL_PANEL_CRON_HELP=Use ',' to separate values. For example: \ - '1,4,5'.<br>Use '-' to indicate intervals. For example '1-5'.<br>Use '*' to \ - indicate any value. +INFO_CTRL_PANEL_CRON_HELP=Use ',' to separate values and intervals. For example: '1-3,5'.<br>\ + Use '-' to indicate intervals. Append '/' and a number to skip through the interval. For example '1-5/2'.<br>\ + Use '*' to indicate any value. Append '/' and a number to skip through the values. For example '*/2'. SEVERE_ERR_CTRL_PANEL_INVALID_HOUR=The provided hour value is not valid. SEVERE_ERR_CTRL_PANEL_INVALID_MINUTE=The provided minute value is not valid. SEVERE_ERR_CTRL_PANEL_INVALID_DAY=The provided day value is not valid. -- Gitblit v1.10.0