Diff for /loncom/debugging_tools/dump_db.pl between versions 1.1 and 1.2

version 1.1, 2002/08/19 14:37:14 version 1.2, 2002/09/04 20:49:16
Line 38  use GDBM_File; Line 38  use GDBM_File;
 my $unesc = 0;  my $unesc = 0;
 my $help = 0;  my $help = 0;
 GetOptions("unescape" => \$unesc,  GetOptions("unescape" => \$unesc,
              "help"     => \$help);             "u"        => \$unesc,
              "help"     => \$help);
   
 #  #
 # Help them out if they ask for it  # Help them out if they ask for it
Line 51  database. Line 52  database.
 Options:  Options:
    --help     Display this help.     --help     Display this help.
    --unescape Unescape the keys and values before printing them out.     --unescape Unescape the keys and values before printing them out.
      --u        Same as --unescape
 Examples:   Examples: 
     dump_db.pl mydata.db      dump_db.pl mydata.db
     dump_db.pl mydata.db yourdata.db ourdata.db theirdata.db      dump_db.pl mydata.db yourdata.db ourdata.db theirdata.db

Removed from v.1.1  
changed lines
  Added in v.1.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>