Explorar o código

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

Brian Fiete hai 1 ano
pai
achega
1550fc2444
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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)