mirror of
https://github.com/sinbad/UEScripts.git
synced 2025-02-23 13:15:23 +00:00
Help doc fix
This commit is contained in:
parent
61b2e4bc29
commit
2c4e65587b
@ -36,7 +36,7 @@ function Write-Usage {
|
|||||||
Write-Output "Usage:"
|
Write-Output "Usage:"
|
||||||
Write-Output " ue4-package.ps1 [-src:sourcefolder] [-major|-minor|-patch|-hotfix] [-keepversion] [-force] [-variant=VariantName] [-test] [-dryrun]"
|
Write-Output " ue4-package.ps1 [-src:sourcefolder] [-major|-minor|-patch|-hotfix] [-keepversion] [-force] [-variant=VariantName] [-test] [-dryrun]"
|
||||||
Write-Output " "
|
Write-Output " "
|
||||||
Write-Output " -src : Source folder (current folder if omitted), must contain buildconfig.json"
|
Write-Output " -src : Source folder (current folder if omitted), must contain packageconfig.json"
|
||||||
Write-Output " -major : Increment major version i.e. [x++].0.0.0"
|
Write-Output " -major : Increment major version i.e. [x++].0.0.0"
|
||||||
Write-Output " -minor : Increment minor version i.e. x.[x++].0.0"
|
Write-Output " -minor : Increment minor version i.e. x.[x++].0.0"
|
||||||
Write-Output " -patch : Increment patch version i.e. x.x.[x++].0 (default)"
|
Write-Output " -patch : Increment patch version i.e. x.x.[x++].0 (default)"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user