Mark keyset as experimental.

This commit is contained in:
Ximon Eighteen
2025-09-03 10:10:13 +02:00
parent 64b9ce9742
commit 1d6b2f2269
+1 -1
View File
@@ -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),