From 97a2d2414a7f9d4abce3a40320fe9e0883155884 Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Sun, 7 Apr 2013 16:00:03 +0200 Subject: mkarchroot: Fix creation of btrfs snapshot and remove force option --- bash_completion.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bash_completion.in') 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 -- cgit v1.2.3-54-g00ecf