Skip to content

Commit b98ea7c

Browse files
Minor changes in the pgp doc
1 parent 6ac4f57 commit b98ea7c

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

modules/cli-options/src/main/scala/scala/cli/commands/publish/PublishParamsOptions.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,11 @@ final case class PublishParamsOptions(
4242
developer: List[String] = Nil,
4343

4444
@Group("Publishing")
45-
@HelpMessage("Secret key to use to sign artifacts with BouncyCastle")
45+
@HelpMessage("Secret key to use to sign artifacts with Bouncy Castle")
4646
secretKey: Option[PasswordOption] = None,
4747

4848
@Group("Publishing")
49-
@HelpMessage("Password of secret key to use to sign artifacts with BouncyCastle")
49+
@HelpMessage("Password of secret key to use to sign artifacts with Bouncy Castle")
5050
@ValueDescription("value:…")
5151
@ExtraName("secretKeyPass")
5252
secretKeyPassword: Option[PasswordOption] = None

website/docs/commands/misc/pgp.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ These commands allow to
1414
- sign files with `pgp sign`
1515
- verify signatures with `pgp verify`
1616

17+
Note that these capabilities rely on the [Bouncy Castle library](https://www.bouncycastle.org).
18+
1719
## Create key pairs
1820

1921
```text

website/docs/reference/cli-options.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1210,13 +1210,13 @@ Developer(s) to add in publishing metadata, like "alex|Alex|https://alex.info" o
12101210

12111211
#### `--secret-key`
12121212

1213-
Secret key to use to sign artifacts with BouncyCastle
1213+
Secret key to use to sign artifacts with Bouncy Castle
12141214

12151215
#### `--secret-key-password`
12161216

12171217
Aliases: `--secret-key-pass`
12181218

1219-
Password of secret key to use to sign artifacts with BouncyCastle
1219+
Password of secret key to use to sign artifacts with Bouncy Castle
12201220

12211221
## Publish repository options
12221222

0 commit comments

Comments
 (0)