From 0c384498510defeecf9446908175baf3e7625e71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A8sar=20Ordi=C3=B1ana?= Date: Fri, 25 Jun 2021 13:13:25 +0200 Subject: [PATCH] Fix typo in section title See gh-27102 --- .../spring-boot-docs/src/docs/asciidoc/howto/batch.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-docs/src/docs/asciidoc/howto/batch.adoc b/spring-boot-project/spring-boot-docs/src/docs/asciidoc/howto/batch.adoc index e68ef9f6bb27..7a82ca6c9254 100644 --- a/spring-boot-project/spring-boot-docs/src/docs/asciidoc/howto/batch.adoc +++ b/spring-boot-project/spring-boot-docs/src/docs/asciidoc/howto/batch.adoc @@ -29,7 +29,7 @@ See {spring-boot-autoconfigure-module-code}/batch/BatchAutoConfiguration.java[Ba -[[howto.batch.?running-from-the-command-line]] +[[howto.batch.running-from-the-command-line]] === Running from the Command Line Spring Boot converts any command line argument starting with `--` to a property to add to the `Environment`, see <>. This should not be used to pass arguments to batch jobs.