diff options
Diffstat (limited to 'shell-completion/zsh/_localectl')
-rw-r--r-- | shell-completion/zsh/_localectl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell-completion/zsh/_localectl b/shell-completion/zsh/_localectl index 321e418b50..3d76bb0c4d 100644 --- a/shell-completion/zsh/_localectl +++ b/shell-completion/zsh/_localectl @@ -79,5 +79,5 @@ _arguments \ "--no-convert[Don't convert keyboard mappings]" \ '--no-pager[Do not pipe output into a pager]' \ '--no-ask-password[Do not prompt for password]' \ - {-H,--host=}'[Operate on remote host]:userathost:_sd_hosts_or_user_at_host' \ + {-H+,--host=}'[Operate on remote host]:userathost:_sd_hosts_or_user_at_host' \ '*::localectl commands:_localectl_command' |