about summary refs log tree commit diff
path: root/Completion/Debian/Command/_make-kpkg
diff options
context:
space:
mode:
authorClint Adams <clint@users.sourceforge.net>2002-05-28 14:12:51 +0000
committerClint Adams <clint@users.sourceforge.net>2002-05-28 14:12:51 +0000
commitc3c973a7d153a03c1e3f4cc21db2b8ccf903511a (patch)
tree4dcef69033c573f2a825357bc975ef8461397768 /Completion/Debian/Command/_make-kpkg
parentbdc28b666dbd52f58c563febd2388d74584e1ccd (diff)
downloadzsh-c3c973a7d153a03c1e3f4cc21db2b8ccf903511a.tar.gz
zsh-c3c973a7d153a03c1e3f4cc21db2b8ccf903511a.tar.xz
zsh-c3c973a7d153a03c1e3f4cc21db2b8ccf903511a.zip
17244: don't complete udebs for --unpack or -i.
16803: backports from Oliver's 16803
Diffstat (limited to 'Completion/Debian/Command/_make-kpkg')
-rw-r--r--Completion/Debian/Command/_make-kpkg42
1 files changed, 21 insertions, 21 deletions
diff --git a/Completion/Debian/Command/_make-kpkg b/Completion/Debian/Command/_make-kpkg
index 69247305b..2cd4120c0 100644
--- a/Completion/Debian/Command/_make-kpkg
+++ b/Completion/Debian/Command/_make-kpkg
@@ -1,24 +1,24 @@
 #compdef make-kpkg
 
 _arguments \
-       '--help' \
-       '--revision:number:' \
-       '--append-to-version:suffix:' \
-       '--flavour:flavour:' \
-       '--added-modules:module list:' \
-       '--added-patches:patches list' \
-       '--arch:architecture:' \
-       '--cross-compile:target:' \
-       '--subarch:subarchitecture:' \
-       '--arch-in-name' \
-       '--pgpsign:name:' \
-       '--config:target:(oldconfig config menuconfig xconfig old menu x)' \
-       '--targets' \
-       '--noexec' \
-       '--initrd' \
-       '--zimage[make zImage instead of bzImage]' \
-       '--bzimage[make bzImage instead of zImage]' \
-       '--rootcmd:root command:(sudo fakeroot)' \
-       '--us[unsigned source]' \
-       '--uc[unsigned changelog]' \
-       '*:target:(clean buildpackage binary kernel-source kernel-headers kernel-doc kernel-image build modules modules_config modules_image modules_clean configure debian libc-kheaders)'
+   '--help[display help message]' \
+   '--revision[change Debian revision number]:number:' \
+   '--append-to-version:suffix:' \
+   '--flavour[specify additional kernel sub-version]:flavour:' \
+   '--added-modules:module list:' \
+   '--added-patches:patches list' \
+   '--arch[specify architecture for cross-compilation]:architecture' \
+   '--cross-compile[specify target string]:target' \
+   '--subarch[specify subarchitecture]:subarchitecture:' \
+   '--arch-in-name[include architecture in kernel image name]' \
+   '--pgpsign[sign changes file]:name' \
+   '--config[specify configuration target]:target:(oldconfig config menuconfig xconfig old menu x)' \
+   '--targets[list known targets]' \
+   '--noexec[pass -n option to make]' \
+   '--initrd[create image suitable for initrd]' \
+   '(--bzimage)--zimage[make zImage instead of bzImage]' \
+   '(--zimage)--bzimage[make bzImage instead of zImage]' \
+   '--rootcmd[specify command for gaining root access]:root command:(sudo fakeroot)' \
+   '--us[unsigned source]' \
+   '--uc[unsigned changelog]' \
+   '*:target:(clean buildpackage binary kernel-source kernel-headers kernel-doc kernel-image build modules modules_config modules_image modules_clean configure debian libc-kheaders)'