RPM Community Forums

Mailing List Message of <rpm-cvs>

[CVS] RPM: rpm/lib/ poptALL.c

From: Jeff Johnson <jbj@rpm5.org>
Date: Thu 12 Aug 2010 - 21:33:23 CEST
Message-Id: <20100812193323.EBC59CFF65@rpm5.org>
  RPM Package Manager, CVS Repository
  /cvs/
  ____________________________________________________________________________

  Server: rpm5.org                         Name:   Jeff Johnson
  Root:   /v/rpm/cvs                       Email:  jbj@rpm5.org
  Module: rpm                              Date:   12-Aug-2010 21:33:23
  Branch: HEAD                             Handle: 2010081219332300

  Modified files:
    rpm/lib                 poptALL.c

  Log:
    - clarify --aid usage, "suggested" has too many meanings.

  Summary:
    Revision    Changes     Path
    2.141       +1  -1      rpm/lib/poptALL.c
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: rpm/lib/poptALL.c
  ============================================================================
  $ cvs diff -u -r2.140 -r2.141 poptALL.c
  --- rpm/lib/poptALL.c	12 Aug 2010 18:58:02 -0000	2.140
  +++ rpm/lib/poptALL.c	12 Aug 2010 19:33:23 -0000	2.141
  @@ -342,7 +342,7 @@
   /*@unchecked@*/
   struct poptOption rpmcliDepFlagsPoptTable[] = {
    { "noaid", '\0', POPT_BIT_CLR|POPT_ARGFLAG_TOGGLE, &global_depFlags, RPMDEPS_FLAG_ADDINDEPS,
  -	N_("Add suggested packages to transaction"), NULL },
  +	N_("Add packages to resolve dependencies"), NULL },
    { "anaconda", '\0', POPT_BIT_SET|POPT_ARGFLAG_DOC_HIDDEN,
    	&global_depFlags, RPMDEPS_FLAG_ANACONDA|RPMDEPS_FLAG_DEPLOOPS,
   	N_("Use anaconda \"presentation order\""), NULL},
  @@ .
Received on Thu Aug 12 21:33:24 2010
Driven by Jeff Johnson and the RPM project team.
Hosted by OpenPKG and Ralf S. Engelschall.
Powered by FreeBSD and OpenPKG.