diff --git a/misc-scripts/production_database/scripts/populate_production_db_tables.pl b/misc-scripts/production_database/scripts/populate_production_db_tables.pl index 8ce50dce25acdd4c5ca339575295e8a5674cd57f..bc0f0e7b0e0936c408284595e8ea0dc444d611fe 100644 --- a/misc-scripts/production_database/scripts/populate_production_db_tables.pl +++ b/misc-scripts/production_database/scripts/populate_production_db_tables.pl @@ -116,7 +116,7 @@ Usage: USAGE_END die( "Need the following options: " - . "-h -u -p and -d (or --pattern)\n" ); + . "-h -u -p -d (or --pattern) and -dp\n" ); } ## end if ( !GetOptions( 'mhost|mh=s'...)) @@ -367,3 +367,5 @@ my %data; $dbh->disconnect(); } + +print "To restore a table from dump login to the database and use command: source {dump file name};\n";