From 2b7e6eff88e771d206d5540cf3eb0be51a026f42 Mon Sep 17 00:00:00 2001 From: Victor Shyba Date: Sat, 23 May 2015 01:28:50 -0300 Subject: Adding undocumented feature on installer script This option exists in install script code, but no instructions is given on help text. --- install-pixelated.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install-pixelated.sh') 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 ]" 1>&2; exit 1; } +usage() { echo "Usage: $0 [-v ] [-n ]" 1>&2; exit 1; } VIRTUALENV_PATH=".virtualenv" CUSTOM_NODE_MODULES_LOCATION="" -- cgit v1.2.3