| 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.)"); |
|---|