summaryrefslogtreecommitdiff
path: root/install-pixelated.sh
diff options
context:
space:
mode:
authorVictor Shyba <victor.shyba@gmail.com>2015-05-23 01:28:50 -0300
committerVictor Shyba <victor.shyba@gmail.com>2015-05-23 01:28:50 -0300
commit2b7e6eff88e771d206d5540cf3eb0be51a026f42 (patch)
tree9bc14452d20fbec3d1414ac6e65848d6bdb85d08 /install-pixelated.sh
parent83506189be98521d84ba104c8bc973928cd4f4c8 (diff)
Adding undocumented feature on installer script
This option exists in install script code, but no instructions is given on help text.
Diffstat (limited to 'install-pixelated.sh')
-rwxr-xr-xinstall-pixelated.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/install-pixelated.sh b/install-pixelated.sh
index 7a73bfe2..8f323352 100755
--- a/install-pixelated.sh
+++ b/install-pixelated.sh
@@ -24,7 +24,7 @@ then
export USERNAME=`whoami`
fi
-usage() { echo "Usage: $0 [-v <virtualenv path>]" 1>&2; exit 1; }
+usage() { echo "Usage: $0 [-v <virtualenv path>] [-n <custom node modules directory>]" 1>&2; exit 1; }
VIRTUALENV_PATH=".virtualenv"
CUSTOM_NODE_MODULES_LOCATION=""