From 9339b840bdd6a5c6614b9c31fd7bd637be3c1834 Mon Sep 17 00:00:00 2001 From: rosen-vladimirov Date: Thu, 2 Jul 2015 09:44:50 +0300 Subject: [PATCH] Fix help for install command Fix help for install command, --path option description changed. --- docs/man_pages/project/configuration/install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/man_pages/project/configuration/install.md b/docs/man_pages/project/configuration/install.md index 71adca50ee..83ba723ea8 100644 --- a/docs/man_pages/project/configuration/install.md +++ b/docs/man_pages/project/configuration/install.md @@ -12,7 +12,7 @@ The `package.json` file must be a valid `package.json` describing the configurat <% } %> ### Options -* `--path` - Specifies the directory where you want to create the project, if different from the current directory. The directory must be empty. +* `--path` - Specifies the directory which contains the `package.json` file, if different from the current directory. <% if(isHtml) { %> ### Related Commands