diff --git a/src/site/docbook/reference/job.xml b/src/site/docbook/reference/job.xml
index 295d3fb8b..a885d1599 100644
--- a/src/site/docbook/reference/job.xml
+++ b/src/site/docbook/reference/job.xml
@@ -539,7 +539,7 @@ catch (JobRestartException e) {
name second. All arguments after these are considered to be
JobParameters and must be in the format of 'name=value':
- bash$ java CommandLineJobRunner endOfDayJob.xml endOfDay schedule.date(date)=2008/01/01
+ bash$ java CommandLineJobRunner endOfDayJob.xml endOfDay schedule.date(date)=2007/05/05
In most cases you would want to use a manifest to
declare your main class in a jar, but for simplicity, the
@@ -549,7 +549,7 @@ catch (JobRestartException e) {
is the Spring ApplicationContext
containing the
Job. The second argument, 'endOfDay' represents
- the job name. The final argument, 'schedule.date(date)=2008/01/01'
+ the job name. The final argument, 'schedule.date(date)=2007/05/05'
will be converted into JobParameters. An
example of the XML configuration is below: