Fix bash completion error

This commit is contained in:
Paul Ouellette
2019-07-29 20:35:38 -04:00
parent edfac5d89a
commit 5a13f0bd06
2 changed files with 2 additions and 2 deletions

View File

@@ -31,7 +31,7 @@ _comptest() {
return 0
;;
-f|--files)
COMPREPLY=($(compgen -f "$cur"))
COMPREPLY=($(compgen -f -- "$cur"))
return 0
;;
esac