From: Yu Watanabe Date: Fri, 6 Feb 2026 15:48:38 +0000 (+0900) Subject: bash-completion/sysext: add missing candidates for --always-refresh X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8d96a18d90afd7f5a631a28fa4562cf2b8bcf4d8;p=thirdparty%2Fsystemd.git bash-completion/sysext: add missing candidates for --always-refresh Follow-up for 23115eeaf10ab551b44b7de68b8c23923bcf28e9. --- diff --git a/shell-completion/bash/systemd-sysext b/shell-completion/bash/systemd-sysext index 69d786c33e4..6e2874aad8b 100644 --- a/shell-completion/bash/systemd-sysext +++ b/shell-completion/bash/systemd-sysext @@ -60,7 +60,7 @@ _systemd-sysext() { --json) comps='pretty short off' ;; - --noexec) + --noexec|--always-refresh) comps='no yes' ;; --image-policy)