summaryrefslogtreecommitdiff
path: root/shell-completion/zsh/_machinectl
diff options
context:
space:
mode:
Diffstat (limited to 'shell-completion/zsh/_machinectl')
-rw-r--r--shell-completion/zsh/_machinectl1
1 files changed, 1 insertions, 0 deletions
diff --git a/shell-completion/zsh/_machinectl b/shell-completion/zsh/_machinectl
index 92d77109a5..933f4d2e6a 100644
--- a/shell-completion/zsh/_machinectl
+++ b/shell-completion/zsh/_machinectl
@@ -1,4 +1,5 @@
#compdef machinectl
+# SPDX-License-Identifier: LGPL-2.1+
__get_available_machines () {
machinectl --no-legend list-images | {while read -r a b; do echo $a; done;}