From: Miod Vallat Date: Wed, 21 Jan 2026 07:03:00 +0000 (+0100) Subject: Fix command synopsis of "view list". X-Git-Tag: rec-5.4.0-beta1~22^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F16751%2Fhead;p=thirdparty%2Fpdns.git Fix command synopsis of "view list". Fixes #16747 Signed-off-by: Miod Vallat --- 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, "",