Update command line usage for TestNG
diff --git a/src/main/org/testng/TestNGCommandLineArgs.java b/src/main/org/testng/TestNGCommandLineArgs.java
index ae5c385..4ee1417 100644
--- a/src/main/org/testng/TestNGCommandLineArgs.java
+++ b/src/main/org/testng/TestNGCommandLineArgs.java
@@ -717,6 +717,14 @@
     System.out.println("[" + THREAD_COUNT
             + " number of threads to use when running tests in parallel"
             + "]");
+    System.out.println("[" + SUITE_NAME_OPT
+            + " name"
+            + "]");
+    System.out.println("\t\tDefault name of test suite, if not specified in suite definition file or source code");
+    System.out.println("[" + TEST_NAME_OPT
+            + " Name"
+            + "]");
+    System.out.println("\t\tDefault name of test, if not specified in suite definition file or source code");
     System.out.println("[suite definition files*]");
     System.out.println("");
     System.out.println("For details please consult documentation.");