From e650b9b0ff24240197cf0a6f26642fa660e2a110 Mon Sep 17 00:00:00 2001 From: Unit 193 Date: Wed, 28 Sep 2022 23:13:35 -0400 Subject: New upstream version 27. --- completion/pacstrap.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'completion') diff --git a/completion/pacstrap.bash b/completion/pacstrap.bash index a77cb04..25d2211 100644 --- a/completion/pacstrap.bash +++ b/completion/pacstrap.bash @@ -8,7 +8,7 @@ _pacstrap() { COMPREPLY=() cur="${COMP_WORDS[COMP_CWORD]}" prev="${COMP_WORDS[COMP_CWORD-1]}" - opts="-C -c -G -i -M -N -h" + opts="-C -c -G -i -K -M -N -h" for i in "${COMP_WORDS[@]:1:COMP_CWORD-1}"; do if [[ -d ${i} ]]; then -- cgit v1.2.3