File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ _apt_get()
36
36
$( compgen -W " $( apt-cache dumpavail |
37
37
awk ' $1 == "Source:" { print $2 }' | sort -u) " -- " $cur " ) )
38
38
;;
39
- install)
39
+ install | reinstall )
40
40
if [[ $cur == * /* ]]; then
41
41
_filedir deb
42
42
return
@@ -66,7 +66,7 @@ _apt_get()
66
66
fi
67
67
68
68
case $prev in
69
- --help | --version | --option | -! (-* )[hvo ])
69
+ --error-on | -- help | --version | --option | -! (-* )[ehvo ])
70
70
return
71
71
;;
72
72
--config-file | -! (-* )c)
@@ -94,13 +94,13 @@ _apt_get()
94
94
--trivial-only --no-remove --auto-remove --autoremove --only-source
95
95
--diff-only --dsc-only --tar-only --arch-only --indep-only
96
96
--allow-unauthenticated --no-allow-insecure-repositories
97
- --allow-releaseinfo-change --show-progress --with-source --help
98
- --version --config-file --option' -- " $cur " ) )
97
+ --allow-releaseinfo-change --show-progress --with-source --error-on
98
+ --help -- version --config-file --option' -- " $cur " ) )
99
99
else
100
100
COMPREPLY=($( compgen -W ' update upgrade dist-upgrade
101
- dselect-upgrade install remove purge source build-dep check
102
- download clean autoclean autoremove changelog indextargets ' \
103
- -- " $cur " ) )
101
+ dselect-upgrade install reinstall remove purge source build-dep
102
+ satisfy check download clean autoclean autoremove changelog
103
+ indextargets ' -- " $cur " ) )
104
104
fi
105
105
106
106
} &&
You can’t perform that action at this time.
0 commit comments