Skip to content

Commit 19ccc6b

Browse files
scopakinomyoga
andcommitted
docs(dpkg): update general commentary
Co-authored-by: Koichi Murase <myoga.murase@gmail.com>
1 parent 909fe14 commit 19ccc6b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

completions/dpkg

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# This function is required by _dpkg and _dpkg-reconfigure -*- shell-script -*-
1+
# dpkg(1) and related commands completion -*- shell-script -*-
22

33
if _comp_have_command grep-status; then
44
_comp_xfunc_dpkg_installed_packages()
@@ -124,8 +124,6 @@ _comp_cmd_dpkg()
124124
} &&
125125
complete -F _comp_cmd_dpkg dpkg dpkg-deb dpkg-query
126126

127-
# Debian GNU dpkg-reconfigure(8) completion
128-
#
129127
_comp_cmd_dpkg_reconfigure()
130128
{
131129
local cur prev words cword comp_args

0 commit comments

Comments
 (0)