diff --git a/bash_completion b/bash_completion index 8eeb1cca..ab9cd8e9 100644 --- a/bash_completion +++ b/bash_completion @@ -604,7 +604,7 @@ _available_interfaces() # a dollar sign variable ($) or asterisk (*) is not expanded. # Example usage: # -# $ v="~"; __expand_tilde v; echo "$v" +# $ v="~"; __expand_tilde_by_ref v; echo "$v" # # Example output: #