修改文字说明
This commit is contained in:
parent
2c758ca03d
commit
c9329a7577
|
@ -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];
|
||||
|
|
Loading…
Reference in New Issue