exo3: avoid useless case mismatch.
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Tue, 3 Apr 2018 18:37:31 +0000 (20:37 +0200)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Tue, 3 Apr 2018 18:37:31 +0000 (20:37 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
exo3/Main.java

index 4909568f8527f54341b7ea5963925373310971b3..a0207389935e695e1b825e0d07be76e2636ee5c0 100644 (file)
@@ -42,7 +42,7 @@ class Main {
      */
     public static void main(String[] args) {
         if (args.length == 0) {
      */
     public static void main(String[] args) {
         if (args.length == 0) {
-            System.out.println("Please run with java Main <Class Name to inspect>");
+            System.out.println("Please run with java Main <class name to inspect>");
             System.exit(-1);
         }
         String className = args[0];
             System.exit(-1);
         }
         String className = args[0];