RPM Package Manager, CVS Repository
  http://rpm5.org/cvs/
  ____________________________________________________________________________

  Server: rpm5.org                         Name:   Per Øyvind Karlsen
  Root:   /v/rpm/cvs                       Email:  pkarl...@rpm5.org
  Module: rpm                              Date:   27-Jul-2011 19:58:12
  Branch: rpm-5_4                          Handle: 2011072717581200

  Modified files:           (Branch: rpm-5_4)
    rpm/tools               dbconvert.c

  Log:
    fix help text

  Summary:
    Revision    Changes     Path
    2.1.2.9     +2  -2      rpm/tools/dbconvert.c
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: rpm/tools/dbconvert.c
  ============================================================================
  $ cvs diff -u -r2.1.2.8 -r2.1.2.9 dbconvert.c
  --- rpm/tools/dbconvert.c     6 Jul 2011 13:03:42 -0000       2.1.2.8
  +++ rpm/tools/dbconvert.c     27 Jul 2011 17:58:12 -0000      2.1.2.9
  @@ -376,9 +376,9 @@
        "rpm root path", "path" },
   
    { "btree", 'b', POPT_ARG_VAL,   &dbType, 0,
  -     "swap indexes to big endian", NULL },
  +     "convert database type to btree", NULL},
    { "hash", 'h', POPT_ARG_VAL,   &dbType, 1,
  -     "swap indexes to little endian", NULL },
  +     "convert database type to hash", NULL},
   
    { "bigendian", 'B', POPT_ARG_VAL,   &byteOrder, 1,
        "swap indexes to big endian", NULL },
  @@ .
______________________________________________________________________
RPM Package Manager                                    http://rpm5.org
CVS Sources Repository                                rpm-cvs@rpm5.org

Reply via email to