Fixing typo in user prompt for pit-cli.

This commit is contained in:
Jonathan Bernard 2011-06-28 17:30:15 -05:00
parent 88270b8d0e
commit e99b65fb16

View File

@ -148,7 +148,7 @@ else if (opts.n) {
} catch (e) { println "Not a valid value." }
}
println "Enter issue (use EOF of ^D to end): "
println "Enter issue (use EOF or ^D to end): "
try {
sin.eachLine { line ->
def m = line =~ /(.*)EOF.*/