OpenPKG CVS Repository
  http://cvs.openpkg.org/
  ____________________________________________________________________________

  Server: cvs.openpkg.org                  Name:   Thomas Lotterer
  Root:   /v/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-registry                 Date:   29-Nov-2005 12:12:29
  Branch: HEAD                             Handle: 2005112911122800

  Modified files:
    openpkg-registry        register.sh

  Log:
    long options should be lowercase only

  Summary:
    Revision    Changes     Path
    1.10        +6  -6      openpkg-registry/register.sh
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-registry/register.sh
  ============================================================================
  $ cvs diff -u -r1.9 -r1.10 register.sh
  --- openpkg-registry/register.sh      28 Nov 2005 17:13:02 -0000      1.9
  +++ openpkg-registry/register.sh      29 Nov 2005 11:12:28 -0000      1.10
  @@ -117,11 +117,11 @@
       esac
       case $opt in
           # Primary operations
  -        -P|--Preparation ) op="preparation" ;;
  -        -T|--Transaction ) op="transaction" ;;
  -        -U|--Utilization ) op="utilization" ;;
  -        -C|--Convenience ) op="convenience" ;;
  -        -I|--Interaction ) op="interaction" ;;
  +        -P|--preparation ) op="preparation" ;;
  +        -T|--transaction ) op="transaction" ;;
  +        -U|--utilization ) op="utilization" ;;
  +        -C|--convenience ) op="convenience" ;;
  +        -I|--interaction ) op="interaction" ;;
   
           # Convenience options
           -p|--post ) REGISTRY_MODE="post" ;;
  @@ -213,7 +213,7 @@
       fi
       echo "Usage: $progname :
             [-v|--verbose] [-h|--help]
  -          [-P|--Preparation] [-T|--Transaction] [-U|--Utilization] 
[-C|--Convenience] [-I|--Interaction]
  +          [-P|--preparation] [-T|--transaction] [-U|--utilization] 
[-C|--convenience] [-I|--interaction]
             [-p|--post] [-f|--fake] [-w|--wipe] [-c|--conf=<file>]
             [-m|--mode=<mode>] [-u|--user=<user>] [-d|--desc=<text>] 
[-a|--args=<args>]
             [--uuid=<file>] [--prep=<file>] [--tran=<file>] [--util=<file>]
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     openpkg-cvs@openpkg.org

Reply via email to