aboutsummaryrefslogtreecommitdiffstats
path: root/completion/pacstrap.bash
diff options
context:
space:
mode:
authorLibravatarUnit 193 <unit193@unit193.net>2022-07-05 01:31:24 -0400
committerLibravatarUnit 193 <unit193@unit193.net>2022-07-05 01:31:24 -0400
commita5d5363b8948f79d0dd9bf2c6739f690bf3074ba (patch)
treee54566ea58199bad04e71eba82aa3aa4555f93f1 /completion/pacstrap.bash
parent5779479fe0c17c49db276b713ca6a7c99e039124 (diff)
parent22faa4b00068fc50c66614c4e4812273aa231d55 (diff)
Update upstream source from tag 'upstream/25'
Update to upstream version '25' with Debian dir cfd9e373c982c9f1336c636e16031caabdba96be
Diffstat (limited to 'completion/pacstrap.bash')
-rw-r--r--completion/pacstrap.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/completion/pacstrap.bash b/completion/pacstrap.bash
index fb948f0..a77cb04 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 -h"
+ opts="-C -c -G -i -M -N -h"
for i in "${COMP_WORDS[@]:1:COMP_CWORD-1}"; do
if [[ -d ${i} ]]; then