chiark / gitweb /
sysusers: add minimal tool to reconstruct /etc/passwd and /etc/group from static...
[elogind.git] / shell-completion / zsh / _sd_machines
index 1d64d13b1a1482592d826a5977ad32ef5db05a74..a0039ee0f834b18cefd4034a448ccd5ffa64854c 100644 (file)
@@ -1,6 +1,6 @@
 #autoload
 __get_machines () {
-        machinectl --full --no-pager list | {while read -r a b; do echo $a; done;};
+        machinectl --full --no-legend --no-pager list |  {while read -r a b; do echo $a; done;};
 }
 
 local -a _machines