diff options
| author | 2022-09-28 23:13:36 -0400 | |
|---|---|---|
| committer | 2022-09-28 23:13:36 -0400 | |
| commit | b78342a94fcf3000453bca625ae655dc150dfba1 (patch) | |
| tree | fdeaa32a114f3faaea456ab71eaae069204b5256 /completion/pacstrap.bash | |
| parent | de12c4a6026c6f62ae0c063dfa690bd4f1a276c4 (diff) | |
| parent | e650b9b0ff24240197cf0a6f26642fa660e2a110 (diff) | |
Update upstream source from tag 'upstream/27'
Update to upstream version '27'
with Debian dir 19787ba480b00ed1c827788d23d39e61237868db
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 a77cb04..25d2211 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 -N -h" + opts="-C -c -G -i -K -M -N -h" for i in "${COMP_WORDS[@]:1:COMP_CWORD-1}"; do if [[ -d ${i} ]]; then |
