From 5b52de65b47f868e0b3224e06e766116afc81b39 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Wed, 24 Mar 2010 13:07:46 +0000 Subject: fixed clear vs keep carts cleanups diff --git a/rhimport b/rhimport index 05fc757..26cea0f 100755 --- a/rhimport +++ b/rhimport @@ -38,26 +38,26 @@ my $DB = "rivendell"; my $HELP = 0; my $FILE = ""; my $POOL = 0; -my $EMPTYCARTS = 0; +my $KEEPCARTS = 0; my $DROPBOX = ""; my $LISTALLOWED = 0; GetOptions ("help!" => \$HELP, "file=s" => \$FILE, "pool!" => \$POOL, - "empty-carts!" => \$EMPTYCARTS, + "keep-carts!" => \$KEEPCARTS, "dropbox=s" => \$DROPBOX, "list-allowed!" => \$LISTALLOWED, ); if($HELP) { print << "EOF"; -usage: $0 --file