aboutsummaryrefslogtreecommitdiffstats
path: root/completion
diff options
context:
space:
mode:
authorLibravatarUnit 193 <unit193@unit193.net>2022-11-22 04:41:38 -0500
committerLibravatarUnit 193 <unit193@unit193.net>2022-11-22 04:41:38 -0500
commitddb281387aa1c4981bb3059d5703ab17fd6ab191 (patch)
tree5d3f398933f029b3dc27d12e5b32f679f348df11 /completion
parente650b9b0ff24240197cf0a6f26642fa660e2a110 (diff)
New upstream version 28.upstream/28upstream
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 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