From 8f6be4e5cf4bfefaf6a4c57ce217c1c839f33029 Mon Sep 17 00:00:00 2001 From: Miod Vallat Date: Wed, 21 Jan 2026 08:03:00 +0100 Subject: [PATCH] Fix command synopsis of "view list". Fixes #16747 Signed-off-by: Miod Vallat --- pdns/pdnsutil.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdns/pdnsutil.cc b/pdns/pdnsutil.cc index e654857ce0..4603c3f408 100644 --- a/pdns/pdnsutil.cc +++ b/pdns/pdnsutil.cc @@ -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, "", -- 2.47.3