diff --git a/spring-batch-core/src/main/java/org/springframework/batch/core/launch/support/CommandLineJobRunner.java b/spring-batch-core/src/main/java/org/springframework/batch/core/launch/support/CommandLineJobRunner.java index 6dd66f3ce..0e0417ce9 100644 --- a/spring-batch-core/src/main/java/org/springframework/batch/core/launch/support/CommandLineJobRunner.java +++ b/spring-batch-core/src/main/java/org/springframework/batch/core/launch/support/CommandLineJobRunner.java @@ -71,19 +71,17 @@ import org.springframework.util.StringUtils; *

* *

- * The arguments to this class are roughly as follows: + * The arguments to this class are as follows: *

* * - * java jobPath jobName jobLauncherPath jobParameters... + * jobPath jobName (jobParameters)* * * *

*

*