Skip to content

Commit 11f8b25

Browse files
authored
Fix a typo in the --server option reference doc (#1521)
1 parent 8a0e528 commit 11f8b25

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

modules/cli-options/src/main/scala/scala/cli/commands/SharedCompilationServerOptions.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ final case class SharedCompilationServerOptions(
8080
bloopWorkingDir: Option[String] = None,
8181

8282
@Group("Compilation server")
83-
@HelpMessage("Enable / disable usage of Bloop compilation server. Bloop is used by default so use `--server:false` to disable it. Disabling compilation server allows to test compilation in more controlled mannter (no caching or incremental compiler) but has a detrimental effect of performance.")
83+
@HelpMessage("Enable / disable usage of Bloop compilation server. Bloop is used by default so use `--server=false` to disable it. Disabling compilation server allows to test compilation in more controlled mannter (no caching or incremental compiler) but has a detrimental effect of performance.")
8484
server: Option[Boolean] = None
8585
)
8686
// format: on

website/docs/reference/cli-options.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ Working directory for Bloop, if it needs to be started
103103

104104
### `--server`
105105

106-
Enable / disable usage of Bloop compilation server. Bloop is used by default so use `--server:false` to disable it. Disabling compilation server allows to test compilation in more controlled mannter (no caching or incremental compiler) but has a detrimental effect of performance.
106+
Enable / disable usage of Bloop compilation server. Bloop is used by default so use `--server=false` to disable it. Disabling compilation server allows to test compilation in more controlled mannter (no caching or incremental compiler) but has a detrimental effect of performance.
107107

108108
## Compile options
109109

website/docs/reference/scala-command/cli-options.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ Working directory for Bloop, if it needs to be started
8787

8888
### `--server`
8989

90-
Enable / disable usage of Bloop compilation server. Bloop is used by default so use `--server:false` to disable it. Disabling compilation server allows to test compilation in more controlled mannter (no caching or incremental compiler) but has a detrimental effect of performance.
90+
Enable / disable usage of Bloop compilation server. Bloop is used by default so use `--server=false` to disable it. Disabling compilation server allows to test compilation in more controlled mannter (no caching or incremental compiler) but has a detrimental effect of performance.
9191

9292
## Compile options
9393

0 commit comments

Comments
 (0)