CVS patchset: 2146
CVS date: 1998/06/11 02:58:13
This commit is contained in:
jbj 1998-06-11 02:58:13 +00:00
parent 34d149ffda
commit 1c35d8d6d7
1 changed files with 1 additions and 1 deletions

2
rpm.c
View File

@ -1046,7 +1046,7 @@ int main(int argc, char ** argv) {
argerror(_("--short-circuit may only be used during package building"));
if (shortCircuit && (buildChar != 'c') && (buildChar != 'i')
&& (buildChar !=' s')) {
&& (buildChar != 's')) {
argerror(_("--short-circuit may only be used with -bc, -bi, -bs, -tc "
"-ti, or -ts"));
}