fix typo in queue arguments

This commit is contained in:
Louis Bergelson 2015-06-05 17:06:23 -04:00
parent 847c832ef9
commit ebdda72c88
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ class QGraphSettings {
var jobReportFile: String = _
@Advanced
@Argument(fullName="disableJobReport", shortName="disabpleJobReport", doc="If provided, we will not create a job report", required=false)
@Argument(fullName="disableJobReport", shortName="disableJobReport", doc="If provided, we will not create a job report", required=false)
var disableJobReport: Boolean = false
@ArgumentCollection