Skip to content

Commit a494a54

Browse files
authored
Merge pull request #1249 from elboulangero/dpkg-deb-raw-extract
fix(dpkg): Add missing short option -R
2 parents 0eef733 + 9891762 commit a494a54

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

completions/dpkg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,11 +72,11 @@ _comp_cmd_dpkg()
7272
done
7373
fi
7474

75-
local noargopts='!(-*|*[ciAIfexXbsplWSrVLPD]*)'
75+
local noargopts='!(-*|*[ciAIfexXRbsplWSrVLPD]*)'
7676
# shellcheck disable=SC2254
7777
case $prev in
7878
--install | --unpack | --record-avail | --contents | --info | --fsys-tarfile | \
79-
--field | --control | --extract | --vextract | --raw-extract | -${noargopts}[ciAIfexX])
79+
--field | --control | --extract | --vextract | --raw-extract | -${noargopts}[ciAIfexXR])
8080
_comp_compgen_filedir '?(u|d)deb'
8181
return
8282
;;

0 commit comments

Comments
 (0)