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 17:15:37
  Branch: HEAD                             Handle: 2005112916153600

  Modified files:
    openpkg-registry        register.sh

  Log:
    remove convenience options, it was reported they confuse the user

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

  patch -p0 <<'@@ .'
  Index: openpkg-registry/register.sh
  ============================================================================
  $ cvs diff -u -r1.10 -r1.11 register.sh
  --- openpkg-registry/register.sh      29 Nov 2005 11:12:28 -0000      1.10
  +++ openpkg-registry/register.sh      29 Nov 2005 16:15:36 -0000      1.11
  @@ -123,11 +123,6 @@
           -C|--convenience ) op="convenience" ;;
           -I|--interaction ) op="interaction" ;;
   
  -        # Convenience options
  -        -p|--post ) REGISTRY_MODE="post" ;;
  -        -f|--fake ) REGISTRY_MODE="fake" ;;
  -        -w|--wipe ) REGISTRY_MODE="wipe" ;;
  -
           # Standard options
           -c|--conf )
             if [ ".$arg" = . ]; then shift; arg="$1"; fi
  @@ -214,7 +209,7 @@
       echo "Usage: $progname :
             [-v|--verbose] [-h|--help]
             [-P|--preparation] [-T|--transaction] [-U|--utilization] 
[-C|--convenience] [-I|--interaction]
  -          [-p|--post] [-f|--fake] [-w|--wipe] [-c|--conf=<file>]
  +          [-c|--conf=<file>]
             [-m|--mode=<mode>] [-u|--user=<user>] [-d|--desc=<text>] 
[-a|--args=<args>]
             [--uuid=<file>] [--prep=<file>] [--tran=<file>] [--util=<file>]
             [--plat=<text>] [--orel=<text>]
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     openpkg-cvs@openpkg.org

Reply via email to