mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
rust/utils: Improve documentation wording
Reviewed-by: Steffen Eiden <seiden@linux.ibm.com> Signed-off-by: Marc Hartmayer <mhartmay@linux.ibm.com> Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>
This commit is contained in:
committed by
Jan Höppner
parent
646a389b53
commit
f095a892b9
@@ -25,7 +25,7 @@ use std::process::ExitCode;
|
||||
pub struct CertificateOptions {
|
||||
/// Use FILE as a host-key document.
|
||||
///
|
||||
/// Can be specified multiple times and must be used at least once.
|
||||
/// Can be specified multiple times and must be specified at least once.
|
||||
#[arg(
|
||||
short = 'k',
|
||||
long = "host-key-document",
|
||||
@@ -60,7 +60,7 @@ pub struct CertificateOptions {
|
||||
)]
|
||||
pub certs: Vec<PathBuf>,
|
||||
|
||||
/// Use FILE as a certificate revocation list.
|
||||
/// Use FILE as a certificate revocation list (CRL).
|
||||
///
|
||||
/// The list is used to check whether a certificate of the chain of
|
||||
/// trust is revoked. Specify this option multiple times to use multiple CRLs.
|
||||
|
||||
Reference in New Issue
Block a user