]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Fix command synopsis of "view list". 16751/head
authorMiod Vallat <miod.vallat@powerdns.com>
Wed, 21 Jan 2026 07:03:00 +0000 (08:03 +0100)
committerMiod Vallat <miod.vallat@powerdns.com>
Wed, 21 Jan 2026 07:03:00 +0000 (08:03 +0100)
Fixes #16747

Signed-off-by: Miod Vallat <miod.vallat@powerdns.com>
pdns/pdnsutil.cc

index e654857ce0e622f9070ae4c1e7a3b382732a92b4..4603c3f40859c1c17b81130df8c583a092c459ac 100644 (file)
@@ -311,7 +311,7 @@ static const groupCommandDispatcher TSIGKEYCommands{
 static const groupCommandDispatcher viewsCommands{
   "Views",
   {{"list", {true, listView,
-    "",
+    "VIEW",
     "\tList all zones within VIEW"}},
    {"list-all", {true, listViews,
     "",