aboutsummaryrefslogtreecommitdiffstats
path: root/completion
diff options
context:
space:
mode:
authorLibravatarUnit 193 <unit193@unit193.net>2022-09-28 23:13:35 -0400
committerLibravatarUnit 193 <unit193@unit193.net>2022-09-28 23:13:35 -0400
commite650b9b0ff24240197cf0a6f26642fa660e2a110 (patch)
tree0eaa0591532e666b8503b8970089f06ca2d42a78 /completion
parent64bb46311547cb5ea13d3d8f7d0d1836f33a68f5 (diff)
New upstream version 27.upstream/27
Diffstat (limited to 'completion')
-rw-r--r--completion/pacstrap.bash2
1 files changed, 1 insertions, 1 deletions
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