瀏覽代碼

Fix "-help" for "-test" in BeefBuild

Brian Fiete 1 年之前
父節點
當前提交
1550fc2444
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      BeefBuild/src/Program.bf

+ 1 - 1
BeefBuild/src/Program.bf

@@ -21,7 +21,7 @@ namespace BeefBuild
 					    -new                    Creates a new workspace and project
 					    -platform=<platform>    Sets the platform (defaults to system platform)
 					    -run                    Compile and run the startup project in the workspace
-					    -test=<path>            Executes test script
+					    -test                   Run tests in the workspace
 					    -verbosity=<verbosity>  Set verbosity level to: quiet/minimal/normal/detailed/diagnostic
 					    -version                Get version
 					    -workspace=<path>       Sets workspace path (defaults to current working directory)