Remove in-line comment because it no longer is true: "// exits with code '-1'"

git-svn-id: https://svn.apache.org/repos/asf/xalan/java/trunk@1347633 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/src/org/apache/xalan/xsltc/cmdline/Compile.java b/src/org/apache/xalan/xsltc/cmdline/Compile.java
index e4d169c..c25fc1f 100644
--- a/src/org/apache/xalan/xsltc/cmdline/Compile.java
+++ b/src/org/apache/xalan/xsltc/cmdline/Compile.java
@@ -143,7 +143,7 @@
 	}
 	catch (GetOptsException ex) {
 	    System.err.println(ex);
-	    printUsage(); // exits with code '-1'
+	    printUsage();
 	}
 	catch (Exception e) {
 	    e.printStackTrace();