diff options
author | Eric Cook <llua@gmx.com> | 2021-06-16 21:35:12 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2021-06-17 14:42:46 +0200 |
commit | 682e043c42fe3ac0fee4ce727458aaeb0e638589 (patch) | |
tree | ed1c9759ebf57c9439a608c4e5a1bc5bcc9084eb /shell-completion/zsh/_systemd | |
parent | core: Hide "Deactivated successfully" message (diff) | |
download | systemd-682e043c42fe3ac0fee4ce727458aaeb0e638589.tar.xz systemd-682e043c42fe3ac0fee4ce727458aaeb0e638589.zip |
shell-completion: revert c1072f6473bafa063cbf700c86524083d2857031
fixing https://github.com/systemd/systemd/issues/19689
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 5a8af1c918..863631571e 100644 --- a/shell-completion/zsh/_systemd +++ b/shell-completion/zsh/_systemd @@ -1,4 +1,4 @@ -#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 -*- +#compdef systemd-cat systemd-ask-password systemd-cgls systemd-cgtop systemd-detect-virt systemd-machine-id-setup systemd-notify systemd-tty-ask-password-agent # SPDX-License-Identifier: LGPL-2.1-or-later local curcontext="$curcontext" state lstate line |