Changeset 28227 for other-projects


Ignore:
Timestamp:
2013-09-05T17:31:32+12:00 (11 years ago)
Author:
ak19
Message:

Minor update to help message

File:
1 edited

Legend:

Unmodified
Added
Removed
  • other-projects/nightly-tasks/diffcol/trunk/gen-model-colls.sh

    r28148 r28227  
    424424    echo "Usage: $0 [--svnupdate|--svndelete|--svnaddnew] [--debug] [--message 'custom commit message'] [col1, col2, col3,...]";
    425425    echo "If no collections are provided, all collections will be processed.";
    426     echo "If neither svnupdate nor svndelete are provided, svnupdate is assumed.";
     426    echo "If none of svnupdate, svndelete or svnaddnew are provided,"
     427    echo "the specified collections are just rebuilt in the collect folder.";
    427428    echo "*******************************************"
    428429    exit 1;
Note: See TracChangeset for help on using the changeset viewer.