We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73dc505 commit 65e1753Copy full SHA for 65e1753
bash_completion
@@ -1943,7 +1943,7 @@ _known_hosts()
1943
1944
# NOTE: Using `_known_hosts' as a helper function and passing options
1945
# to `_known_hosts' is deprecated: Use `_known_hosts_real' instead.
1946
- local options
+ local options=
1947
[[ ${1-} == -a || ${2-} == -a ]] && options=-a
1948
[[ ${1-} == -c || ${2-} == -c ]] && options+=" -c"
1949
# shellcheck disable=SC2086
0 commit comments