diff options
author | Elias Probst <e.probst@ssc-services.de> | 2018-11-16 13:27:02 +0000 |
---|---|---|
committer | Elias Probst <e.probst@ssc-services.de> | 2018-11-16 13:27:02 +0000 |
commit | ed251bf26bc6911667160bbb555d83214528c694 (patch) | |
tree | 606797f381ed166e68be45eb42af75759f29ec37 /shell-completion | |
parent | Merge pull request #10791 from keszybz/sd-event-get-enabled (diff) | |
download | systemd-ed251bf26bc6911667160bbb555d83214528c694.tar.gz systemd-ed251bf26bc6911667160bbb555d83214528c694.tar.bz2 systemd-ed251bf26bc6911667160bbb555d83214528c694.zip |
zsh-completion: complete available, not running machines for `clone`
Diffstat (limited to 'shell-completion')
-rw-r--r-- | shell-completion/zsh/_machinectl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/shell-completion/zsh/_machinectl b/shell-completion/zsh/_machinectl index 933f4d2e6..96af7b233 100644 --- a/shell-completion/zsh/_machinectl +++ b/shell-completion/zsh/_machinectl @@ -60,6 +60,8 @@ _available_machines() { case $cmd in list*|cancel-transfer|pull-tar|pull-raw) msg="no options" ;; + clone) + _available_machines ;; start) _available_machines ;; *) |