Fix "capp gen -l"

This commit is contained in:
Tom Robinson
2010-03-01 18:31:00 -08:00
parent 01aec1f78e
commit 7938384162
+1 -1
View File
@@ -41,7 +41,7 @@ parser.option("--build", "useCappBuild")
.help("Uses frameworks in the $CAPP_BUILD.");
parser.option("-l")
.action(function(o) { o.symlink = o.shouldUseCappBuild = true; })
.action(function(o) { o.symlink = o.useCappBuild = true; })
.help("Enables both the --symlink and --build options.");
parser.option("--force", "force")