瀏覽代碼

Add to usage

Andy Cedilnik 23 年之前
父節點
當前提交
ad3478cd1d
共有 1 個文件被更改,包括 4 次插入1 次删除
  1. 4 1
      Source/cmaketest.cxx

+ 4 - 1
Source/cmaketest.cxx

@@ -42,7 +42,10 @@ int do_cmaketest (int argc, char **argv)
 {
   if (argc < 4)
     {
-    std::cerr << "Usage: " << argv[0] << " test-src-dir test-bin-dir test-executable\n";
+    std::cerr << "Usage: " << argv[0] 
+              << " test-src-dir test-bin-dir test-executable" << std::endl;
+    std::cerr << "\tOptional arguments:  executable-directory project-name " << std::endl
+              << "\t                     CMAKE_ARGS argument ...\n";
     return 1;
     }