Skip to content

Commit

Permalink
dpkg: Complete --vextract on deb files
Browse files Browse the repository at this point in the history
  • Loading branch information
Uwe Storbeck authored and scop committed Feb 19, 2018
1 parent e16b320 commit facefd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion completions/dpkg
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ _dpkg()
case $prev in
-c|-i|-A|-I|-f|-e|-x|-X|-W|--install|--unpack|--record-avail| \
--contents|--info|--fsys-tarfile|--field|--control|--extract| \
--show)
--show|--vextract)
_filedir '?(u|d)deb'
return
;;
Expand Down

0 comments on commit facefd6

Please sign in to comment.