diff options
author | Luca Boccassi <bluca@debian.org> | 2023-07-07 14:41:15 +0200 |
---|---|---|
committer | Luca Boccassi <bluca@debian.org> | 2023-07-07 14:41:15 +0200 |
commit | 09c857a02aa0eeead01a6206e688f45347680b38 (patch) | |
tree | 59d6e5ee9967985f1142fcb1f9b7658ddc2b8b70 /shell-completion/bash/resolvectl | |
parent | shell-completion: add whoami to bash (diff) | |
download | systemd-09c857a02aa0eeead01a6206e688f45347680b38.tar.xz systemd-09c857a02aa0eeead01a6206e688f45347680b38.zip |
shell-completion: add show-cache to bash
Diffstat (limited to 'shell-completion/bash/resolvectl')
-rw-r--r-- | shell-completion/bash/resolvectl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell-completion/bash/resolvectl b/shell-completion/bash/resolvectl index 779842ea11..bd3e8bf939 100644 --- a/shell-completion/bash/resolvectl +++ b/shell-completion/bash/resolvectl @@ -49,7 +49,7 @@ _resolvectl() { [RESOLVE]='llmnr mdns' [DNSSEC]='dnssec' [DNSOVERTLS]='dnsovertls' - [STANDALONE]='statistics reset-statistics flush-caches reset-server-features' + [STANDALONE]='statistics reset-statistics flush-caches reset-server-features show-cache' [LOG_LEVEL]='log-level' ) local -A ARGS=( |