about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPaul Ackersviller <packersv@users.sourceforge.net>2007-12-02 21:06:42 +0000
committerPaul Ackersviller <packersv@users.sourceforge.net>2007-12-02 21:06:42 +0000
commit92297af7dce44e88e5c0f64627aa48db616ed2ea (patch)
treeb4aa029813eec89655e1970be34d657952ba4bff
parent0cd3a52832ba5747c7d6c4ac640354dbbee4ea05 (diff)
downloadzsh-92297af7dce44e88e5c0f64627aa48db616ed2ea.tar.gz
zsh-92297af7dce44e88e5c0f64627aa48db616ed2ea.tar.xz
zsh-92297af7dce44e88e5c0f64627aa48db616ed2ea.zip
Merge of 24135: consistently complete subcommands with minus signs
instead of underscores.
-rw-r--r--ChangeLog5
-rw-r--r--Completion/Debian/Command/_make-kpkg8
2 files changed, 9 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 3d26a2bc3..2e84ad8f6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
diff --git a/Completion/Debian/Command/_make-kpkg b/Completion/Debian/Command/_make-kpkg
index 8d5eff037..68ddadc1e 100644
--- a/Completion/Debian/Command/_make-kpkg
+++ b/Completion/Debian/Command/_make-kpkg
@@ -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" \