diff --git a/src/commands/signzone.rs b/src/commands/signzone.rs index c61fe97..af137cc 100644 --- a/src/commands/signzone.rs +++ b/src/commands/signzone.rs @@ -36,13 +36,9 @@ const FOUR_WEEKS: u32 = 2419200; #[derive(Clone, Debug, clap::Args)] #[clap( - after_help = "keys must be specified by their base name (usually K++), - i.e. WITHOUT the .private extension. - If the public part of the key is not present in the zone, the DNSKEY RR - will be read from the file called .key. If that does not exist, - a default DNSKEY will be generated from the private key and added to the zone. - A date can be a timestamp (seconds since the epoch), or of - the form + after_help = "Keys must be specified by their base name (usually K++), i.e. WITHOUT the .private or .key extension. Both .private and .key files are required. + +A date can be a timestamp (seconds since the epoch), or of the form " )] pub struct SignZone {