diff options
Diffstat (limited to 'shell-completion/zsh/_systemd')
-rw-r--r-- | shell-completion/zsh/_systemd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell-completion/zsh/_systemd b/shell-completion/zsh/_systemd index 3550c15163..5a8af1c918 100644 --- a/shell-completion/zsh/_systemd +++ b/shell-completion/zsh/_systemd @@ -1,5 +1,5 @@ #compdef systemd-cat systemd-ask-password systemd-cgls systemd-cgtop systemd-detect-virt systemd-machine-id-setup systemd-notify systemd-tty-ask-password-agent -*- shell-script -*- -# SPDX-License-Identifier: LGPL-2.1+ +# SPDX-License-Identifier: LGPL-2.1-or-later local curcontext="$curcontext" state lstate line case "$service" in |