修改文字说明

This commit is contained in:
wlx 2011-09-20 10:15:55 +00:00
parent 2c758ca03d
commit c9329a7577
1 changed files with 2 additions and 2 deletions

View File

@ -4,8 +4,8 @@
{
print "Usage: md-thumb-restore.php CSV_FILE BACKUP_DIR GN_DATA_DIR\n";
print "\tCSV_FILE:\t the CSV format file which contain id and uuid column\n";
print "\tBACKUP_DIR:\t the destincation directory to backup\n";
print "\tGN_DATA_DIR:\t the old Geonetwork data directory\n";
print "\tBACKUP_DIR:\t the destination directory to backup\n";
print "\tGN_DATA_DIR:\t the new Geonetwork data directory\n";
die();
}
$csv=$_SERVER["argv"][1];