From 171e55b75184386341b2bf139cd48a7b902d271c Mon Sep 17 00:00:00 2001 From: ewt Date: Tue, 27 May 1997 14:01:14 +0000 Subject: [PATCH] added info on --build{arch|os} to --help and usage messages CVS patchset: 1660 CVS date: 1997/05/27 14:01:14 --- rpm.c | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/rpm.c b/rpm.c index e43df03..3aab9b7 100755 --- a/rpm.c +++ b/rpm.c @@ -110,7 +110,8 @@ static void printUsage(void) { puts(_(" [--dbpath ] [--nodeps] [--allmatches]")); puts(_(" package1 ... packageN")); puts(_(" rpm {-b|t}[plciba] [-v] [--short-circuit] [--clean] [--rcfile ]")); - puts(_(" [--sign] [--test] [--timecheck ] specfile")); + puts(_(" [--sign] [--test] [--timecheck ] [--buildos ")); + puts(_(" [--buildarch ] [-v] source1.rpm ... sourceN.rpm")); puts(_(" rpm {--recompile} [--rcfile ] [-v] source1.rpm ... sourceN.rpm")); puts(_(" rpm {--resign} [--rcfile ] package1 package2 ... packageN")); @@ -311,8 +312,12 @@ static void printHelp(void) { _("remove build tree when done")); printHelpLine(" --sign ", _("generate PGP signature")); - printHelpLine(" --buildroot ", - _("use s as the build root")); + printHelpLine(" --buildroot ", + _("use as the build root")); + printHelpLine(" --buildarch ", + _("build the packages for architecture ")); + printHelpLine(" --buildos ", + _("build the packages for ositecture ")); printHelpLine(" --test ", _("do not execute any stages")); printHelpLine(" --timecheck ", -- 2.7.4