Changeset 29496 for other-projects


Ignore:
Timestamp:
2014-11-28T21:09:06+13:00 (9 years ago)
Author:
ak19
Message:

Forgot to update usage

File:
1 edited

Legend:

Unmodified
Added
Removed
  • other-projects/nightly-tasks/diffcol/trunk/task.pl

    r29495 r29496  
    198198            } elsif ($subaction =~ m/\-\-debug/i) {             
    199199                $debugging = 1;
    200                 print STDERR "DEBUG MODE\n";
     200                print STDERR "*** DEBUG MODE: debug output files will be in toplevel folder\n";
    201201            } else {
    202202                print STDERR "**** Bad subaction/value: ".$ARGV[$i]."\n";
     
    326326    print STDERR "\t--modelOS (windows|darwin|linux)\n";
    327327    print STDERR "\t--justdiff|--nosvn\n";
     328    print STDERR "\t--debug\n";
    328329    print STDERR "\t<col1 col2 ...>\n";
    329330    print STDERR "where setup_greenstone can further take the following optional parameters:\n";
Note: See TracChangeset for help on using the changeset viewer.