Skip to content

Commit

Permalink
Merge pull request #21 from etorreborre/patch-1
Browse files Browse the repository at this point in the history
Fixed a copy/paste error
  • Loading branch information
markhibberd committed Oct 19, 2014
2 parents 8ec887a + 3e73fa9 commit f33d361
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/scala/io/mth/pirate/demo/StandardUsageDemo.scala
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ object StandardUsageDemo {
positional0plus[DemoArgs]("THINGS")((d, ss) => d.copy(things = ss))

def main(ignored: Array[String]) {
val args = List("--verbose", "thing.one", "thing.two", "cat", "hat")
val args = List("--verbose", "config1.file", "config2.file")

val default = DemoArgs(false, false, false, List())

Expand Down

0 comments on commit f33d361

Please sign in to comment.