1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-10-02 08:51:18 +02:00

Completion/Linux/_rpm: --buildarch is like --target

This commit is contained in:
Chmouel Boudjnah 2000-05-22 14:11:34 +00:00
parent 30d8c23981
commit bf40a2f40c
2 changed files with 5 additions and 1 deletions

@ -1,3 +1,7 @@
2000-05-22 Chmouel Boudjnah <chmouel@mandrakesoft.com>
* 11501: Completion/Linux/_rpm: --buildarch is like --target.
2000-05-22 Sven Wischnowsky <wischnow@zsh.org>
* 11500: Completion/Core/_main_complete: another fix for

@ -165,7 +165,7 @@ while [[ -n "$state" ]]; do
--{short-circuit,clean,rmsource,sign,test} \
'--target:specify a build target:->target'\
'--buildroot:build root directory:_files -/' \
'--buildarch:architecture for which to build:' \
'--buildarch:architecture for which to build:->target' \
'--buildos:ositecture for which to build:' \
'--timecheck:time check (seconds):' "$tmp[1]" && ret=0
;;