Fixed a typo in an error message.
This commit is contained in:
parent
4fd297e03d
commit
76d1e48ebb
@ -20,7 +20,7 @@
|
|||||||
</fail>
|
</fail>
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
<target name="clean-all">
|
<target name="clean-all" depends="clean">
|
||||||
<delete dir="${release.dir}"/>
|
<delete dir="${release.dir}"/>
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
#Thu, 30 Aug 2012 06:15:44 -0700
|
#Thu, 30 Aug 2012 06:25:30 -0700
|
||||||
build.dir=build
|
build.dir=build
|
||||||
src.dir=src
|
src.dir=src
|
||||||
build.jar=pit-cli-${application.version}.${build.number}.jar
|
build.jar=pit-cli-${application.version}.${build.number}.jar
|
||||||
build.number=3
|
build.number=5
|
||||||
version=3.3.3
|
version=3.3.3
|
||||||
name=pit-cli
|
name=pit-cli
|
||||||
lib.dir=lib
|
lib.dir=lib
|
||||||
|
@ -319,7 +319,7 @@ catch (Exception e) {
|
|||||||
if (opts.S) try { assignOpts.status = Status.toStatus(opts.S) }
|
if (opts.S) try { assignOpts.status = Status.toStatus(opts.S) }
|
||||||
catch (Exception e) {
|
catch (Exception e) {
|
||||||
println "Invalid status option: '-S ${e.localizedMessage}'."
|
println "Invalid status option: '-S ${e.localizedMessage}'."
|
||||||
println "Valid stasus options are: \n{Status.values().join(', ')}"
|
println "Valid stasus options are: \n${Status.values().join(', ')}"
|
||||||
println " (abbreviations are accepted)."
|
println " (abbreviations are accepted)."
|
||||||
System.exit(1) }
|
System.exit(1) }
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user