From 77d4986415b75179e3beef12cadb6605e30adbfe Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Fri, 7 Jul 2023 14:05:11 +0200 Subject: [PATCH] shell-completion/zsh/resolvectl: add show-cache Make zsh shell-completion aware of show-cache. --- shell-completion/zsh/_resolvectl | 1 + 1 file changed, 1 insertion(+) diff --git a/shell-completion/zsh/_resolvectl b/shell-completion/zsh/_resolvectl index 4363ce702a5..25a518edef7 100644 --- a/shell-completion/zsh/_resolvectl +++ b/shell-completion/zsh/_resolvectl @@ -56,6 +56,7 @@ reset-statistics:"Resets the statistics counter shown in statistics to zero" revert:"Revert the per-interfce DNS configuration" service:"Resolve DNS-SD and SRV services" + show-cache:"Show the current cache contents" statistics:"Show resolver statistics" status:"Show the global and per-link DNS settings currently in effect" tlsa:"Query tlsa public keys stored as TLSA resource records" -- 2.47.3