Skip to content

Commit

Permalink
Fix --scalapy-version option description
Browse files Browse the repository at this point in the history
  • Loading branch information
Gedochao committed Jan 27, 2023
1 parent d404857 commit ccf0102
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ final case class SharedPythonOptions(
@ExtraName("py")
python: Option[Boolean] = None,
@Tag(tags.experimental)
@HelpMessage(s"[experimental] Set ScalaPy version (${Constants.scalaPyVersion} by default)")
@HelpMessage(s"Set ScalaPy version (${Constants.scalaPyVersion} by default)")
@ExtraName("scalapyVersion")
scalaPyVersion: Option[String] = None
)
Expand Down
2 changes: 1 addition & 1 deletion website/docs/reference/cli-options.md
Original file line number Diff line number Diff line change
Expand Up @@ -1039,7 +1039,7 @@ Enable Python support via ScalaPy

Aliases: `--scalapy-version`

[experimental] Set ScalaPy version (0.5.3 by default)
Set ScalaPy version (0.5.3 by default)

## Repl options

Expand Down

0 comments on commit ccf0102

Please sign in to comment.