olabusayoT commented on code in PR #1315:
URL: https://github.com/apache/daffodil/pull/1315#discussion_r1775696337
##########
daffodil-cli/src/main/scala/org/apache/daffodil/cli/Main.scala:
##########
@@ -617,7 +629,7 @@ class CLIConf(arguments: Array[String], stdout:
PrintStream, stderr: PrintStream
// Test Subcommand Options
object test extends scallop.Subcommand("test") {
banner(
- """|Usage: daffodil test [-I <implementation>] [-l] [-r] [-i] <tdmlfile>
[testnames...]
+ """|Usage: daffodil test [-I <implementation>] [-l] [-r] [-i] [-d <file>
| -d -- | -t] <tdmlfile> [testnames...]
Review Comment:
I decided to add the following comment to all the banners
`-- can be used to separate command-line options from trailing arguments`
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]