diff --git a/.config/zsh/completions/_sshproxy b/.config/zsh/completions/_sshproxy index 715690e..3c1198a 100644 --- a/.config/zsh/completions/_sshproxy +++ b/.config/zsh/completions/_sshproxy @@ -2,7 +2,7 @@ _arguments '-h[short help text]' \ '--port[local port]:port:' \ - '1:server:_ssh_hosts' + '1:host:_ssh_hosts' # Local Variables: # mode: shell-script