diff options
author | Doug Kearns <dkearns@users.sourceforge.net> | 2010-06-06 13:44:11 +0000 |
---|---|---|
committer | Doug Kearns <dkearns@users.sourceforge.net> | 2010-06-06 13:44:11 +0000 |
commit | a54fdc70be299a203a51d69c4e823f209a4c06ca (patch) | |
tree | 6d1c67674d388e1ca64c4210e283d1bd11eea2c7 /Completion/Linux/Command/_rpmbuild | |
parent | 4ad0a25af110e2afe956bce13e901f78fd9e6bcd (diff) | |
download | zsh-a54fdc70be299a203a51d69c4e823f209a4c06ca.tar.gz zsh-a54fdc70be299a203a51d69c4e823f209a4c06ca.tar.xz zsh-a54fdc70be299a203a51d69c4e823f209a4c06ca.zip |
unposted: fix incorrectly capitalized completion descriptions
Diffstat (limited to 'Completion/Linux/Command/_rpmbuild')
-rw-r--r-- | Completion/Linux/Command/_rpmbuild | 78 |
1 files changed, 39 insertions, 39 deletions
diff --git a/Completion/Linux/Command/_rpmbuild b/Completion/Linux/Command/_rpmbuild index 59f997b0c..74d4464d8 100644 --- a/Completion/Linux/Command/_rpmbuild +++ b/Completion/Linux/Command/_rpmbuild @@ -10,44 +10,44 @@ options=(--quiet -v -vv --verbose --rcfile --pipe --dbpath -r --root --buildroot b_options=(--clean --nobuild --nodeps --nodigest --nosignature --rmsource --rmspec --short-circuit --sign --target --debug --with --without) _arguments \ - "($cmds $b_cmds $t_cmds)"{-ba,-ta}'[Build binary and source packages]' \ - "($cmds $b_cmds $t_cmds)"{-bb,-tb}'[Build a binary package]' \ - "($cmds $b_cmds $t_cmds)"{-bp,-tp}'[Execute the "%prep" stage]' \ - "($cmds $b_cmds $t_cmds)"{-bc,-tc}'[Do the "%build" stage]' \ - "($cmds $b_cmds $t_cmds)"{-bi,-ti}'[Do the "%install" stage]' \ - "($cmds $b_cmds $t_cmds)"{-bl,-tl}'[Do a "list check"]' \ - "($cmds $b_cmds $t_cmds)"{-bs,-ts}'[Build just the source package]' \ - "($cmds $b_cmds $t_cmds * $b_options $options)"{-\?,--help}'[Show help message]' \ - "($cmds $b_cmds $t_cmds * $b_options $options)"--querytags'[Display known query tags]' \ - "($cmds $b_cmds $t_cmds * $b_options)"--showrc'[Display final rpmrc and macro configuration]' \ - "($cmds $b_cmds $t_cmds * $b_options $options)"--usage'[Display brief usage message]' \ - "($cmds $b_cmds $t_cmds * $b_options $options)"--version'[Print the version of rpm being used]' \ - "(-v --verbose -vv)"--quiet'[Print as little as possible]' \ - "(-v --verbose --quiet)"{-v,--verbose}'[Print verbose information]' \ - "(-v --verbose --quiet)"-vv'[Print lots of ugly debugging information]' \ + "($cmds $b_cmds $t_cmds)"{-ba,-ta}'[build binary and source packages]' \ + "($cmds $b_cmds $t_cmds)"{-bb,-tb}'[build a binary package]' \ + "($cmds $b_cmds $t_cmds)"{-bp,-tp}'[execute the "%prep" stage]' \ + "($cmds $b_cmds $t_cmds)"{-bc,-tc}'[do the "%build" stage]' \ + "($cmds $b_cmds $t_cmds)"{-bi,-ti}'[do the "%install" stage]' \ + "($cmds $b_cmds $t_cmds)"{-bl,-tl}'[do a "list check"]' \ + "($cmds $b_cmds $t_cmds)"{-bs,-ts}'[build just the source package]' \ + "($cmds $b_cmds $t_cmds * $b_options $options)"{-\?,--help}'[show help message]' \ + "($cmds $b_cmds $t_cmds * $b_options $options)"--querytags'[display known query tags]' \ + "($cmds $b_cmds $t_cmds * $b_options)"--showrc'[display final rpmrc and macro configuration]' \ + "($cmds $b_cmds $t_cmds * $b_options $options)"--usage'[display brief usage message]' \ + "($cmds $b_cmds $t_cmds * $b_options $options)"--version'[print the version of rpm being used]' \ + "(-v --verbose -vv)"--quiet'[print as little as possible]' \ + "(-v --verbose --quiet)"{-v,--verbose}'[print verbose information]' \ + "(-v --verbose --quiet)"-vv'[print lots of ugly debugging information]' \ --rcfile'[RC files]:RC files:_files -S\:' \ - --macros'[Macros files]:Macros files:_files -S\:' \ - --pipe'[Command to pipe the output of rpm to]:command' \ - --dbpath'[Set database directory]:Database directory:_files -/' \ - "(-r --root)"{-r,--root}'[Root file system tree]:Chroot directory:_files -/' \ - --buildroot'[Override the BuildRoot]:BuildRoot directory:_files -/' \ - --clean'[Remove the build tree after the packages are made]' \ - --nobuild'[Do not execute any build stages (for spec testing purposes]' \ - --nodeps'[Do not verify build dependencies]' \ - --nodigest"[Don't verify package digest(s)]" \ - --nosignature"[Don't verify package signature(s)]" \ - --rmsource'[Remove the sources after the build]' \ - --rmspec'[Remove the spec file after the build]' \ - --short-circuit'[Skip straight to specified stage (-bc, -bi or -bb in PLD Linux]' \ - --sign'[Embed a GPG signature]' \ - --target='[Set target platform]:arch-vendor-os:' \ - {'*-D','*--define='}'[Define MACRO with value EXPR]:MACRO EXPR' \ - {'*-E','*--eval='}'[Print macro expansion of EXPR]:EXPR' \ - '*--with[Enable configure option for build]:option' \ - '*--without[Disable configure option for build]:option' \ - "($cmds $b_cmds $t_cmds * $b_options)"--bcond'[Find all --with/--without values]' \ - --debug'[Build packages with debug information]' \ - "($cmds $b_cmds $t_cmds * $b_options)"--install-build-tree'[Make all needed dirs for building binary rpms]' \ - "(--clean $b_cmds $t_cmds --rebuild)"--recompile'[Recompile source package]' \ - "(--clean $b_cmds $t_cmds --recompile)"--rebuild'[Rebuild source package]' \ + --macros'[macros files]:macros files:_files -S\:' \ + --pipe'[command to pipe the output of rpm to]:command' \ + --dbpath'[set database directory]:database directory:_files -/' \ + "(-r --root)"{-r,--root}'[root file system tree]:chroot directory:_files -/' \ + --buildroot'[override the BuildRoot]:BuildRoot directory:_files -/' \ + --clean'[remove the build tree after the packages are made]' \ + --nobuild'[do not execute any build stages (for spec testing purposes]' \ + --nodeps'[do not verify build dependencies]' \ + --nodigest"[don't verify package digest(s)]" \ + --nosignature"[don't verify package signature(s)]" \ + --rmsource'[remove the sources after the build]' \ + --rmspec'[remove the spec file after the build]' \ + --short-circuit'[skip straight to specified stage (-bc, -bi or -bb in PLD Linux]' \ + --sign'[embed a GPG signature]' \ + --target='[set target platform]:arch-vendor-os:' \ + {'*-D','*--define='}'[define MACRO with value EXPR]:MACRO EXPR' \ + {'*-E','*--eval='}'[print macro expansion of EXPR]:EXPR' \ + '*--with[enable configure option for build]:option' \ + '*--without[disable configure option for build]:option' \ + "($cmds $b_cmds $t_cmds * $b_options)"--bcond'[find all --with/--without values]' \ + --debug'[build packages with debug information]' \ + "($cmds $b_cmds $t_cmds * $b_options)"--install-build-tree'[make all needed dirs for building binary rpms]' \ + "(--clean $b_cmds $t_cmds --rebuild)"--recompile'[recompile source package]' \ + "(--clean $b_cmds $t_cmds --recompile)"--rebuild'[rebuild source package]' \ "*:file:_files -g '(#i)*.(spec|srpm|tgz|tar|tar.gz|tar.bz2)(-.)'" && ret=0 |