about summary refs log tree commit diff
path: root/Completion/Debian/Command/_make-kpkg
diff options
context:
space:
mode:
authorOliver Kiddle <opk@users.sourceforge.net>2002-03-11 12:56:48 +0000
committerOliver Kiddle <opk@users.sourceforge.net>2002-03-11 12:56:48 +0000
commit5ae306d7a1acd60ae2bb43abd94ae635b3d05461 (patch)
tree35984a35ff20511952f33b2d627a965c522dcc7a /Completion/Debian/Command/_make-kpkg
parent968d8e5e2c0a640358d39fb36b89ed1d60f2204e (diff)
downloadzsh-5ae306d7a1acd60ae2bb43abd94ae635b3d05461.tar.gz
zsh-5ae306d7a1acd60ae2bb43abd94ae635b3d05461.tar.xz
zsh-5ae306d7a1acd60ae2bb43abd94ae635b3d05461.zip
16803: option descriptions
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)'