summaryrefslogtreecommitdiffstats
path: root/bash_completion.in
diff options
context:
space:
mode:
Diffstat (limited to 'bash_completion.in')
-rw-r--r--bash_completion.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/bash_completion.in b/bash_completion.in
index cd959fc..9395d3a 100644
--- a/bash_completion.in
+++ b/bash_completion.in
@@ -53,7 +53,7 @@ _mkarchroot() {
case $cur in
-*)
- COMPREPLY=( $( compgen -W '-C -M -c -f -h -n -r -u' -- "$cur" ) )
+ COMPREPLY=( $( compgen -W '-C -M -c -h -n -r -u' -- "$cur" ) )
;;
*)
_filedir