From 4eb4d5e0d66e50edb1297ef8c879ead8149c3aef Mon Sep 17 00:00:00 2001 From: Bart Schaefer Date: Mon, 20 Nov 2000 16:12:20 +0000 Subject: Tweak auto-suffix-removal for _rcp and _scp. --- Completion/User/_rlogin | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Completion/User/_rlogin') diff --git a/Completion/User/_rlogin b/Completion/User/_rlogin index abc6f116e..f84939ce9 100644 --- a/Completion/User/_rlogin +++ b/Completion/User/_rlogin @@ -40,11 +40,11 @@ _rlogin () { if compset -P '*:'; then _files && ret=0 elif compset -P '*@'; then - _wanted hosts expl host _rlogin_hosts -S: -q && ret=0 + _wanted hosts expl host _rlogin_hosts -S: && ret=0 else _alternative \ 'files:: _files' \ - 'hosts:: _rlogin_all_hosts -qS:' \ + 'hosts:: _rlogin_all_hosts -S:' \ 'users:: _rlogin_users -qS@' && ret=0 fi fi -- cgit 1.4.1