diff options
| author | 2022-11-22 04:41:38 -0500 | |
|---|---|---|
| committer | 2022-11-22 04:41:38 -0500 | |
| commit | 7963deabd324e1ed2da8856b17ad92111d1803ac (patch) | |
| tree | 21b66cad97d433268bb3cea36211444ce9b304b7 /completion | |
| parent | 22431138a68c90f6ff32d40380b049810a028a75 (diff) | |
| parent | ddb281387aa1c4981bb3059d5703ab17fd6ab191 (diff) | |
Update upstream source from tag 'upstream/28'
Update to upstream version '28'
with Debian dir a1ca264a7fcc6b8ebc3f8235ff982b33b69ca65a
Diffstat (limited to 'completion')
| -rw-r--r-- | completion/pacstrap.bash | 2 |
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 |
