Skip to content

Commit 6c865f9

Browse files
committed
Polish
See gh-1176
1 parent 53372d5 commit 6c865f9

File tree

1 file changed

+1
-1
lines changed
  • spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/src/main/asciidoc

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/src/main/asciidoc/running.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ include::../gradle/running/application-plugin-main-class-name.gradle[tags=main-c
4545
[[running-your-application-passing-arguments]]
4646
=== Passing arguments to your application
4747
Like all `JavaExec` tasks, arguments can be passed into `bootRun` from the command line
48-
using `--args='<arguments'>` when using Gradle 4.9 or later. For example, to run your
48+
using `--args='<arguments>'` when using Gradle 4.9 or later. For example, to run your
4949
application with a profile named `dev` active the following command can be used:
5050

5151
[source,bash,indent=0,subs="verbatim"]

0 commit comments

Comments
 (0)