Skip to content

Commit

Permalink
Merge pull request #1249 from elboulangero/dpkg-deb-raw-extract
Browse files Browse the repository at this point in the history
fix(dpkg): Add missing short option -R
  • Loading branch information
yedayak authored Sep 25, 2024
2 parents 0eef733 + 9891762 commit a494a54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions completions/dpkg
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,11 @@ _comp_cmd_dpkg()
done
fi

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

0 comments on commit a494a54

Please sign in to comment.