summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrcaselli <rcaselli@MOD-D-RCASELLI.empirix.com>2012-03-02 12:24:32 +0100
committerrcaselli <rcaselli@MOD-D-RCASELLI.empirix.com>2012-03-02 12:24:32 +0100
commitabc6cb225976ef623716e4e78bbd484c1e987826 (patch)
treecec216b4b7c20af3bb10b0fcdd4318e1b65b1f47
parentbae0af50362966e98ddb5265b23ba1357db90463 (diff)
downloadapscheduler-abc6cb225976ef623716e4e78bbd484c1e987826.tar.gz
Added 'last' in cronschedule.rst documentation
-rw-r--r--docs/cronschedule.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/cronschedule.rst b/docs/cronschedule.rst
index cb106f7..b381be0 100644
--- a/docs/cronschedule.rst
+++ b/docs/cronschedule.rst
@@ -62,6 +62,7 @@ Expression Field Description
the month
``last x`` day Fire on the last occurrence of weekday ``x`` within the
month
+``last`` day Fire on the last day within the month
``x,y,z`` any Fire on any matching expression; can combine any number
of any of the above expressions
============ ========= ======================================================