From ddb281387aa1c4981bb3059d5703ab17fd6ab191 Mon Sep 17 00:00:00 2001 From: Unit 193 Date: Tue, 22 Nov 2022 04:41:38 -0500 Subject: New upstream version 28. --- completion/pacstrap.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'completion/pacstrap.bash') diff --git a/completion/pacstrap.bash b/completion/pacstrap.bash index 25d2211..d064d1e 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 -K -M -N -h" + opts="-C -c -D -G -i -K -M -N -P -U -h" for i in "${COMP_WORDS[@]:1:COMP_CWORD-1}"; do if [[ -d ${i} ]]; then -- cgit v1.2.3