diff --git a/modules/cli-options/src/main/scala/scala/cli/commands/ShebangOptions.scala b/modules/cli-options/src/main/scala/scala/cli/commands/ShebangOptions.scala index 7f5544dbc4..3b3d84f668 100644 --- a/modules/cli-options/src/main/scala/scala/cli/commands/ShebangOptions.scala +++ b/modules/cli-options/src/main/scala/scala/cli/commands/ShebangOptions.scala @@ -3,7 +3,7 @@ package scala.cli.commands import caseapp._ @HelpMessage( - """|Like 'run', but more handy from shebang scripts + """|Like `run`, but more handy from shebang scripts | |This command is equivalent to `run`, but it changes the way |`scala-cli` parses its command-line arguments in order to be compatible diff --git a/website/docs/reference/commands.md b/website/docs/reference/commands.md index 9e4a487f43..65f921b01e 100644 --- a/website/docs/reference/commands.md +++ b/website/docs/reference/commands.md @@ -236,7 +236,7 @@ Accepts options: ## `shebang` -Like 'run', but more handy from shebang scripts +Like `run`, but more handy from shebang scripts This command is equivalent to `run`, but it changes the way `scala-cli` parses its command-line arguments in order to be compatible