Differentiate the help texts for --notation slightly.

This commit is contained in:
Justus Winter 2024-11-20 13:26:17 +01:00
parent e9155823e7
commit 23f4e9150e
No known key found for this signature in database
GPG Key ID: 686F55B4AB2B3386
3 changed files with 6 additions and 6 deletions

View File

@ -113,9 +113,9 @@ future.`",
long,
value_names = &["NAME", "VALUE"],
number_of_values = 2,
help = "Add a notation to the certification",
help = "Add a notation to the revocation",
long_help = "\
Add a notation to the certification.
Add a notation to the revocation.
A user-defined notation's name must be of the form \
`name@a.domain.you.control.org`. If the notation's name starts with a \

View File

@ -138,9 +138,9 @@ created a new subkey, please refresh the certificate.\"",
long,
value_names = &["NAME", "VALUE"],
number_of_values = 2,
help = "Add a notation to the certification.",
help = "Add a notation to the revocation.",
long_help = "\
Add a notation to the certification.
Add a notation to the revocation.
A user-defined notation's name must be of the form \
`name@a.domain.you.control.org`. If the notation's name starts with a \

View File

@ -171,9 +171,9 @@ may change line endings. In doubt, create binary signatures.",
long,
value_names = &["NAME", "VALUE"],
number_of_values = 2,
help = "Add a notation to the certification.",
help = "Add a notation to the signature.",
conflicts_with = "merge",
long_help = "Add a notation to the certification. \
long_help = "Add a notation to the signature. \
A user-defined notation's name must be of the form \
`name@a.domain.you.control.org`. If the notation's name starts \
with a `!`, then the notation is marked as being critical. If a \