1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-11-15 13:34:18 +01:00

24135: consistently complete subcommands with minus signs instead of underscores.

This commit is contained in:
Clint Adams 2007-12-01 23:55:49 +00:00
parent fe9bc87988
commit 193815161c
2 changed files with 9 additions and 4 deletions

@ -1,3 +1,8 @@
2007-12-01 Clint Adams <clint@zsh.org>
* 24135: Completion/Debian/Command/_make-kpkg: consistently
complete subcommands with minus signs instead of underscores.
2007-11-30 Peter Stephenson <p.w.stephenson@ntlworld.com>
* arno: 24134: Completion/Unix/Command/_find: additional options.

@ -34,14 +34,14 @@ _arguments \
binary-arch\:"arch dependent packages" \
kernel-source\:"package of the kernel sources" \
kernel-headers\:"package of the header files included in the kernel" \
kernel_manual\:"package of the manual pages included in the kernel" \
kernel-manual\:"package of the manual pages included in the kernel" \
kernel-doc\:"package of teh documentation included in the kernel" \
kernel-image\:"package of the kernel image" \
build\:"compiles the kernel" \
modules\:"build all add-on modules" \
modules_config\:"configure all add-on modules" \
modules_image\:"build all add-on modules, but wirhou source and diff files" \
modules_clean\:"clean add-on modules" \
modules-config\:"configure all add-on modules" \
modules-image\:"build all add-on modules, but wirhou source and diff files" \
modules-clean\:"clean add-on modules" \
configure\:"configure the kernel" \
debian\:"creates the debian/ directory" \
libc-kheaders\:"create the kernel headers package needed by libc" \