Skip to content

Commit cd898cb

Browse files
Merge pull request #1357 from NativeScript/vladimirov/fix-create-help
Fix help of create command
2 parents cfaa1a8 + 868ee2d commit cd898cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/man_pages/project/creation/create.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Creates a new project for native development with NativeScript.
1414
* `--path` - Specifies the directory where you want to create the project, if different from the current directory. The directory must be empty.
1515
* `--appid` - Sets the application identifier for your project.
1616
* `--copy-from` - Specifies a directory which contains an existing NativeScript project. If `--copy-from` and `--template` are not set, the NativeScript CLI creates the project from the default JavaScript hello-world template.
17-
* `--template` - Specifies a valid na in the default hello-world template.<% } %>
17+
* `--template` - Specifies a valid na in the default hello-world template.
1818

1919
### Attributes
2020
* `<App Name>` is the name of project. The specified name must meet the requirements of all platforms that you want to target. <% if(isConsole) { %>For more information about the `<App Name>` requirements, run `$ tns help create`<% } %><% if(isHtml) { %>For projects that target Android, you can use uppercase or lowercase letters, numbers, and underscores. The name must start with a letter.

0 commit comments

Comments
 (0)