فهرست منبع

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)