Fix _known_hosts_real() comment
This commit is contained in:
parent
2e87bd4c01
commit
a1f5b2e2d0
@ -1063,8 +1063,9 @@ _known_hosts()
|
||||
}
|
||||
|
||||
# Helper function for completing _known_hosts.
|
||||
# This function performs host completion based on ssh's known_hosts files,
|
||||
# defaulting to standard host completion if they don't exist.
|
||||
# This function performs host completion based on ssh's known_hosts files.
|
||||
# Also hosts from HOSTFILE (compgen -A hostname) are added, unless
|
||||
# COMP_KNOWN_HOSTS_WITH_HOSTFILE is set to an empty value.
|
||||
# Usage: _known_hosts_real [OPTIONS] CWORD
|
||||
# Options: -a Use aliases
|
||||
# -c Use `:' suffix
|
||||
|
Loading…
x
Reference in New Issue
Block a user