Fix typo in section title

See gh-27102
This commit is contained in:
Cèsar Ordiñana
2021-06-25 13:13:25 +02:00
committed by Stephane Nicoll
parent 4db53601b5
commit 0c38449851

View File

@@ -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 <<features#features.external-config.command-line-args,accessing command line properties>>.
This should not be used to pass arguments to batch jobs.