diff options
Diffstat (limited to 'completion/pacstrap.bash')
| -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 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 |
