diff options
author | Christian Hesse <mail@eworm.de> | 2023-07-07 14:05:11 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2023-07-07 14:05:11 +0200 |
commit | 77d4986415b75179e3beef12cadb6605e30adbfe (patch) | |
tree | 3ce4d99ff770e3393b44db6ddd84ae595d955cca /shell-completion/zsh/_resolvectl | |
parent | shell-completion/zsh/systemctl: add whoami (diff) | |
download | systemd-77d4986415b75179e3beef12cadb6605e30adbfe.tar.xz systemd-77d4986415b75179e3beef12cadb6605e30adbfe.zip |
shell-completion/zsh/resolvectl: add show-cache
Make zsh shell-completion aware of show-cache.
Diffstat (limited to '')
-rw-r--r-- | shell-completion/zsh/_resolvectl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shell-completion/zsh/_resolvectl b/shell-completion/zsh/_resolvectl index 4363ce702a..25a518edef 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" |