From 1c616115b961f4ffad00130adef5e904d855f146 Mon Sep 17 00:00:00 2001 From: Steve McCarthy Date: Tue, 6 Aug 2013 19:34:36 -0400 Subject: [PATCH] Fix install save shorthand --- templates/json/help-install.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/json/help-install.json b/templates/json/help-install.json index 19ad5362..8e118d25 100644 --- a/templates/json/help-install.json +++ b/templates/json/help-install.json @@ -22,7 +22,7 @@ "description": "Do not install project devDependencies" }, { - "shorthand": "-s", + "shorthand": "-S", "flag": "--save", "description": "Save installed packages into the project's bower.json dependencies" },