Skip to content

Commit

Permalink
fix(ssh): remove unnecessary -a to _comp_compgen
Browse files Browse the repository at this point in the history
  • Loading branch information
akinomyoga committed Aug 12, 2023
1 parent 1870d5e commit 992f28e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion completions/ssh
Expand Up @@ -371,7 +371,7 @@ _comp_cmd_ssh()
_count_args "=" "-*[BbcDeLpRWEFSIiJlmOoQw]"
if ((args > 1)); then
compopt -o filenames
_comp_compgen -a commands
_comp_compgen_commands
else
_known_hosts_real ${ipvx-} -a ${configfile:+-F "$configfile"} \
-- "$cur"
Expand Down

0 comments on commit 992f28e

Please sign in to comment.