diff options
author | Elias Probst <e.probst@ssc-services.de> | 2018-11-16 14:27:56 +0100 |
---|---|---|
committer | Elias Probst <e.probst@ssc-services.de> | 2018-11-16 14:27:56 +0100 |
commit | adb4c246c179e09e099df3da981d66e30ffb8938 (patch) | |
tree | 37fcbe3f4be53eae4043e28b0a50ef87d3074d54 /shell-completion | |
parent | zsh-completion: complete available, not running machines for `clone` (diff) | |
download | systemd-adb4c246c179e09e099df3da981d66e30ffb8938.tar.xz systemd-adb4c246c179e09e099df3da981d66e30ffb8938.zip |
zsh-completion: typo (`proerties` > `properties`)
Diffstat (limited to 'shell-completion')
-rw-r--r-- | shell-completion/zsh/_machinectl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell-completion/zsh/_machinectl b/shell-completion/zsh/_machinectl index 96af7b2333..a00fc91021 100644 --- a/shell-completion/zsh/_machinectl +++ b/shell-completion/zsh/_machinectl @@ -89,7 +89,7 @@ _arguments \ {-H+,--host=}'[Operate on remote host.]:userathost:_sd_hosts_or_user_at_host' \ {-M+,--machine=}'[Operate on local container.]:machine:_sd_machines' \ {-p+,--property=}'[Limit output to specified property.]:property:(Name Id Timestamp TimestampMonotonic Service Scope Leader Class State RootDirectory)' \ - {-a,--all}'[Show all proerties.]' \ + {-a,--all}'[Show all properties.]' \ {-q,--quiet}'[Suppress output.]' \ {-l,--full}'[Do not ellipsize cgroup members.]' \ '--kill-who=[Who to send signal to.]:killwho:(leader all)' \ |