Changeset 927

Show
Ignore:
Timestamp:
08/06/08 19:53:31
Author:
robert
Message:

Updated the command line docs

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/vpb/Commandline.cpp

    r925 r927  
    497497    usage.addCommandLineOption("--interpolate-imagery","Enable the use of interpolation when sampling data from source imagery."); 
    498498    usage.addCommandLineOption("--no-interpolate-imagery","Disable the use of interpolation when sampling data from source imagery."); 
    499     usage.addCommandLineOption("--abort-task-on-error","Hint to osgdem to abort the build when any errors occur."); 
    500     usage.addCommandLineOption("--no-abort-task-on-error","Hint to osgdem to abort the build when any errors occur."); 
    501     usage.addCommandLineOption("--abort-run-on-error","Hint to vpbmaster to abort the run when any errors occur."); 
    502     usage.addCommandLineOption("--no-abort-run-on-error","Hint to vpbmaster to abort the run when any errors occur."); 
     499    usage.addCommandLineOption("--abort-task-on-error","Hint to osgdem to abort the build when any errors occur (default.)"); 
     500    usage.addCommandLineOption("--no-abort-task-on-error","Hint to osgdem to disable abort of the build when any errors occur."); 
     501    usage.addCommandLineOption("--abort-run-on-error","Hint to vpbmaster to abort the run when any errors occur/tasks fail."); 
     502    usage.addCommandLineOption("--no-abort-run-on-error","Hint to vpbmaster to disable abort of the run when any errors occur (default.)"); 
    503503} 
    504504