Corrected usage...
This commit is contained in:
parent
9599ee5b77
commit
929cf1d5ac
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ param(
|
||||||
|
|
||||||
if($Help)
|
if($Help)
|
||||||
{
|
{
|
||||||
Write-Output "Usage: .\build.ps1 [-Configuration <CONFIGURATION>] [-Architecture <ARCHITECTURE>] [-NoPackage] [-Help]"
|
Write-Output "Usage: .\run-build.ps1 [-Configuration <CONFIGURATION>] [-Architecture <ARCHITECTURE>] [-NoPackage] [-Help]"
|
||||||
Write-Output ""
|
Write-Output ""
|
||||||
Write-Output "Options:"
|
Write-Output "Options:"
|
||||||
Write-Output " -Configuration <CONFIGURATION> Build the specified Configuration (Debug or Release, default: Debug)"
|
Write-Output " -Configuration <CONFIGURATION> Build the specified Configuration (Debug or Release, default: Debug)"
|
||||||
|
|
Loading…
Reference in a new issue