diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | Completion/Linux/_rpm | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index c28be10af..f3268d43b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 diff --git a/Completion/Linux/_rpm b/Completion/Linux/_rpm index 6fa9d0098..95334339a 100644 --- a/Completion/Linux/_rpm +++ b/Completion/Linux/_rpm @@ -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 ;; |