diff options
author | Clint Adams <clint@users.sourceforge.net> | 2005-08-31 19:47:17 +0000 |
---|---|---|
committer | Clint Adams <clint@users.sourceforge.net> | 2005-08-31 19:47:17 +0000 |
commit | f060dd2d83b724320e5745f70967e564bb80bb85 (patch) | |
tree | 75c37200041e8291bdfe2854111b0007eb9794be /Completion | |
parent | a0890f75a295d1a887bb528e5f5c4ddb655ce9f0 (diff) | |
download | zsh-f060dd2d83b724320e5745f70967e564bb80bb85.tar.gz zsh-f060dd2d83b724320e5745f70967e564bb80bb85.tar.xz zsh-f060dd2d83b724320e5745f70967e564bb80bb85.zip |
21686: modernize make-kpkg completion
Diffstat (limited to 'Completion')
-rw-r--r-- | Completion/Debian/Command/_make-kpkg | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Completion/Debian/Command/_make-kpkg b/Completion/Debian/Command/_make-kpkg index 2cd4120c0..cccf65674 100644 --- a/Completion/Debian/Command/_make-kpkg +++ b/Completion/Debian/Command/_make-kpkg @@ -19,6 +19,7 @@ _arguments \ '(--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)' \ + '--stem:package name stem:(kernel linux)' \ '--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)' + '*:target:(clean buildpackage binary binary-indep binary-arch kernel-source kernel-headers kernel-doc kernel-image kernel_manual build modules modules_config modules_image modules_clean configure debian libc-kheaders)' |