From bf40a2f40ceb59287ee3c64433acc855caef0e00 Mon Sep 17 00:00:00 2001 From: Chmouel Boudjnah Date: Mon, 22 May 2000 14:11:34 +0000 Subject: Completion/Linux/_rpm: --buildarch is like --target --- ChangeLog | 4 ++++ Completion/Linux/_rpm | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index c28be10af..f3268d43b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2000-05-22 Chmouel Boudjnah + + * 11501: Completion/Linux/_rpm: --buildarch is like --target. + 2000-05-22 Sven Wischnowsky * 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 ;; -- cgit v1.3.1