From fe6716c2f0d4145d80fa3a392ba0df887a64b2c5 Mon Sep 17 00:00:00 2001 From: tastytea Date: Mon, 18 Apr 2022 20:04:47 +0200 Subject: [PATCH] typo --- .config/zsh/completions/_sshproxy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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