Index: trunk/ippScripts/scripts/dist_make_fileset.pl
===================================================================
--- trunk/ippScripts/scripts/dist_make_fileset.pl	(revision 26151)
+++ trunk/ippScripts/scripts/dist_make_fileset.pl	(revision 26170)
@@ -40,5 +40,5 @@
 # Parse the command-line arguments
 my ($dist_id, $dist_dir, $target_id, $stage, $stage_id, $dest_id, $product_name, $ds_dbhost, $ds_dbname);
-my ($label, $dist_group, $filter);
+my ($label, $data_group, $filter);
 my ($dbname, $save_temps, $verbose, $no_update, $logfile);
 
@@ -52,5 +52,5 @@
            'product_name=s' => \$product_name,  # location of the data store directory for this product
            'label=s'        => \$label,
-           'dist_group=s'   => \$dist_group,
+           'data_group=s'   => \$data_group,
            'filter=s'       => \$filter,
            'ds_dbhost=s'    => \$ds_dbhost,  # database host for the datastore database
@@ -64,5 +64,5 @@
 
 pod2usage( -msg => "Unknown option: @ARGV", -exitval => 2 ) if @ARGV;
-pod2usage( -msg => "Required options: --dist_id --dist_dir --target_id --stage --stage_id --dist_group --filter --dest_id --ds_dbhost --ds_dbname",
+pod2usage( -msg => "Required options: --dist_id --dist_dir --target_id --stage --stage_id --data_group --filter --dest_id --ds_dbhost --ds_dbname",
            -exitval => 3) unless
     defined $dist_id and
@@ -71,5 +71,5 @@
     defined $stage and
     defined $stage_id and
-    defined $dist_group and
+    defined $data_group and
     defined $filter and
     defined $dest_id and
@@ -164,5 +164,5 @@
 
     $command .= " --ps0 $target_id --ps1 $stage --ps2 $stage_id --ps3 $prod_col_3";
-    $command .= " --ps4 $dist_group --ps5 $filter";
+    $command .= " --ps4 $data_group --ps5 $filter";
 
     $command .= " --dbname $ds_dbname --dbhost $ds_dbhost";
