From 868ee2dfb53a06ce52a947ab1517d89227faa10a Mon Sep 17 00:00:00 2001 From: rosen-vladimirov Date: Thu, 17 Dec 2015 16:17:35 +0200 Subject: [PATCH] Fix help of create command Fix help of create command which is breaking html help generation. --- docs/man_pages/project/creation/create.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/man_pages/project/creation/create.md b/docs/man_pages/project/creation/create.md index 3336bcf031..eb78c548bb 100644 --- a/docs/man_pages/project/creation/create.md +++ b/docs/man_pages/project/creation/create.md @@ -14,7 +14,7 @@ Creates a new project for native development with NativeScript. * `--path` - Specifies the directory where you want to create the project, if different from the current directory. The directory must be empty. * `--appid` - Sets the application identifier for your project. * `--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. -* `--template` - Specifies a valid na in the default hello-world template.<% } %> +* `--template` - Specifies a valid na in the default hello-world template. ### Attributes * `` 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 `` 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.