summaryrefslogtreecommitdiffstats
path: root/shell-completion/zsh/_loginctl
diff options
context:
space:
mode:
authorEric Cook <llua@gmx.com>2021-06-16 21:35:12 +0200
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2021-06-17 14:42:46 +0200
commit682e043c42fe3ac0fee4ce727458aaeb0e638589 (patch)
treeed1c9759ebf57c9439a608c4e5a1bc5bcc9084eb /shell-completion/zsh/_loginctl
parentcore: Hide "Deactivated successfully" message (diff)
downloadsystemd-682e043c42fe3ac0fee4ce727458aaeb0e638589.tar.xz
systemd-682e043c42fe3ac0fee4ce727458aaeb0e638589.zip
shell-completion: revert c1072f6473bafa063cbf700c86524083d2857031
fixing https://github.com/systemd/systemd/issues/19689
Diffstat (limited to 'shell-completion/zsh/_loginctl')
-rw-r--r--shell-completion/zsh/_loginctl2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell-completion/zsh/_loginctl b/shell-completion/zsh/_loginctl
index 50c192daad..6478a52fe4 100644
--- a/shell-completion/zsh/_loginctl
+++ b/shell-completion/zsh/_loginctl
@@ -1,4 +1,4 @@
-#compdef loginctl -*- shell-script -*-
+#compdef loginctl
# SPDX-License-Identifier: LGPL-2.1-or-later
(( $+functions[_loginctl_all_sessions] )) ||