mirror of https://github.com/axmolengine/axmol.git
Fix usage text (#1477) [skip ci][skip appveyor]
This commit is contained in:
parent
669f864a4d
commit
2ab2bba3e4
|
@ -196,7 +196,7 @@ $builtinPlugins = @{
|
|||
new = @{
|
||||
proc = (Join-Path $myRoot 'axmol_new.ps1');
|
||||
usage = @"
|
||||
usage: axmol new -p org.axmol.hellocpp -d path/to/project -l --portrait cpp <ProjectName>
|
||||
usage: axmol new -p org.axmol.hellocpp -d path/to/project -l cpp --portrait <ProjectName>
|
||||
Creates a new project.
|
||||
|
||||
positional arguments:
|
||||
|
|
Loading…
Reference in New Issue