Skip to content

Commit a1f48e1

Browse files
author
Paulo Ribeiro
authored
doc: Update help string for --skip-ssl-verification (#414)
1 parent 6e42775 commit a1f48e1

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • cli/src/main/scala/com/codacy/analysis/cli/command

cli/src/main/scala/com/codacy/analysis/cli/command/CLIApp.scala

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,8 @@ final case class Analyze(
146146
skipCommitUuidValidation: Int @@ Counter = Tag.of(0),
147147
@ExtraName("u") @ValueDescription("If the results should be uploaded to the API")
148148
upload: Int @@ Counter = Tag.of(0),
149-
@ExtraName("i") @ValueDescription("[default: false] - Skips ssl verification when comunicating with Codacy API")
149+
@ExtraName("i") @ValueDescription(
150+
"[default: false] - Skip the SSL certificate verification when communicating with the Codacy API")
150151
skipSslVerification: Int @@ Counter = Tag.of(0),
151152
@ExtraName("p") @ValueDescription("The number of tools to run in parallel")
152153
parallel: Option[Int] = Option.empty,

0 commit comments

Comments
 (0)