Ignore:
Timestamp:
2013-02-21T14:12:24+13:00 (11 years ago)
Author:
davidb
Message:

More detailed usage statement added

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/bin/script/incremental-rebuild.pl

    r26441 r26913  
    5555        print STDERR "  the collection uses (such as mg, or mgpp) does not support incremental indexing.\n";
    5656    print STDERR "\n";
    57     print STDERR "Usage: $progname [shared import.pl and buildcol.pl options] collection\n";
     57    print STDERR "Usage: $progname [options]| collection\n";
     58    print STDERR "       If a minus option is shared between import.pl and buildcol.pl then it can appear\n";
     59        print STDERR "         as is, such as -verbosity 5.  This value will be passed to both programs.\n";
     60    print STDERR "       If a minus option is specific to one of the programs in particular, then prefix\n";
     61    print STDERR "         it with 'import:' or 'buildcol:' respectively, as in '-import:OIDtype hash_on_full_filename'\n";
     62    print STDERR "       Run 'import.pl' or 'buildcol.pl' from the command line with no arguments to see the\n";
     63        print STDERR "         specific values they take.\n";
    5864    print STDERR "\n";
    5965
Note: See TracChangeset for help on using the changeset viewer.