From: Elias Probst Date: Fri, 16 Nov 2018 13:27:56 +0000 (+0000) Subject: zsh-completion: typo (`proerties` > `properties`) X-Git-Tag: v240~270^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=adb4c246c179e09e099df3da981d66e30ffb8938;p=thirdparty%2Fsystemd.git zsh-completion: typo (`proerties` > `properties`) --- diff --git a/shell-completion/zsh/_machinectl b/shell-completion/zsh/_machinectl index 96af7b23337..a00fc910215 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)' \