Changeset 10420


Ignore:
Timestamp:
2005-08-04T15:28:22+12:00 (19 years ago)
Author:
kjdon
Message:

modified the removeold and keepold strings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/perllib/strings.rb

    r10410 r10420  
    5151scripts.listall:Lists all items known about.
    5252
     53scripts.both_old_options:WARNING: Both -removeold and -keepold were specified, defaulting to -removeold. Current contents of %s directory will be deleted.
     54
     55scripts.no_old_options:WARNING: Neither -removeold or -keepold were specified, defaulting to -removeold. Current contents of %s directory will be deleted.
    5356
    5457# -- buildcol.pl --
     
    99102
    100103buildcol.remove_empty_classifications:Hide empty classifiers and classification nodes (those that contain no documents).
     104
     105import.removeold:Will remove the old contents of the building directory.
    101106
    102107buildcol.unlinked_col_images:Collection images may not be linked correctly.
     
    189194import.importdir:Where the original material lives.
    190195
    191 import.keepold:Will not destroy the current contents of the archives directory (the default).
     196import.keepold:Will not destroy the current contents of the archives directory.
    192197
    193198import.maxdocs:Maximum number of documents to import.
     
    214219import.params:[options] collection-name
    215220
    216 import.removeold:Will remove the old contents of the archives directory -- use with care.
     221import.removeold:Will remove the old contents of the archives directory.
    217222
    218223import.removing_archives:Removing current contents of the archives directory...
     
    253258export.importdir:Where the original material lives.
    254259
    255 export.keepold:Will not destroy the current contents of the export directory (the default).
     260export.keepold:Will not destroy the current contents of the export directory.
    256261
    257262export.maxdocs:Maximum number of documents to export.
     
    273278export.params:[options] collection-name1, collection-name2...
    274279
    275 export.removeold:Will remove the old contents of the export directory -- use with care.
     280export.removeold:Will remove the old contents of the export directory.
    276281
    277282export.removing_export:Removing current contents of the export directory...
Note: See TracChangeset for help on using the changeset viewer.