jw3 commented on a change in pull request #452:
URL: https://github.com/apache/incubator-daffodil/pull/452#discussion_r520277212



##########
File path: daffodil-cli/src/main/scala/org/apache/daffodil/Main.scala
##########
@@ -391,7 +402,7 @@ class CLIConf(arguments: Array[String]) extends 
scallop.ScallopConf(arguments)
     val threads = opt[Int](short = 't', argName = "threads", default = 
Some(1), descr = "The number of threads to use.")
     val path = opt[String](argName = "path", descr = "path to the node to 
create parser.")
     val parser = opt[File](short = 'P', argName = "file", descr = "use a 
previously saved parser.")
-    val validate: ScallopOption[ValidationMode.Type] = 
opt[ValidationMode.Type](short = 'V', default = Some(ValidationMode.Off), 
argName = "mode", descr = "the validation mode. 'on', 'limited' or 'off'.")
+    val validate: ScallopOption[ValidationMode.Type] = 
opt[ValidationMode.Type](short = 'V', default = Some(ValidationMode.Off), 
argName = "mode", descr = "the validation mode. 'on', 'limited', 'off', or spi 
name.")

Review comment:
       OK this can be adjusted ... note that this line is a change from PR #431 
showing up here because this is based on that one and that one is unmerged.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to