diff --git a/src/commands/mod.rs b/src/commands/mod.rs index b9f9d00..2335206 100644 --- a/src/commands/mod.rs +++ b/src/commands/mod.rs @@ -75,7 +75,7 @@ pub enum Command { #[command(name = "update")] Update(self::update::Update), - /// Maintain a set of DNSSEC keys + /// Maintain a set of DNSSEC keys. EXPERIMENTAL. #[command(name = "keyset")] Keyset(self::keyset::Keyset),