summaryrefslogtreecommitdiff
path: root/bash_completion.in
diff options
context:
space:
mode:
authorPierre Schmitz <pierre@archlinux.de>2013-04-07 16:00:03 +0200
committerPierre Schmitz <pierre@archlinux.de>2013-04-07 16:05:21 +0200
commit97a2d2414a7f9d4abce3a40320fe9e0883155884 (patch)
tree56239ed4a2a4010e4e92b2634f2cafbe8ae7ee8f /bash_completion.in
parenteebfd9a30f7d7f2c7fa98b08dcf7b062a29c2377 (diff)
downloaddevtools32-97a2d2414a7f9d4abce3a40320fe9e0883155884.tar.xz
mkarchroot: Fix creation of btrfs snapshot and remove force option
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