From aa0381bd2b64ad6ea1e24110c1c2ec6773f9288e Mon Sep 17 00:00:00 2001 From: Sven Wischnowsky Date: Wed, 3 May 2000 14:44:01 +0000 Subject: allow `-' in exclusion lists for _arguments, to avoid completing all options (11121) --- Completion/User/_ssh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion/User/_ssh') diff --git a/Completion/User/_ssh b/Completion/User/_ssh index 04ee5f2e2..986dec0c0 100644 --- a/Completion/User/_ssh +++ b/Completion/User/_ssh @@ -18,7 +18,7 @@ _ssh () { ssh|slogin) args=( ':remote host name:->userhost' - ':command: _command_names -e' + '(-):command: _command_names -e' '*::args:->command' ) ;& -- cgit 1.4.1