make ./gridworks -h work
git-svn-id: http://google-refine.googlecode.com/svn/trunk@310 7d457c2a-affb-35e4-300a-418c747d4874
This commit is contained in:
parent
b8519e42d6
commit
e1d064f25c
@ -305,6 +305,7 @@ fi
|
|||||||
|
|
||||||
while [ $# -ne 0 ] ; do
|
while [ $# -ne 0 ] ; do
|
||||||
case "$1" in
|
case "$1" in
|
||||||
|
-h) usage;;
|
||||||
-p) shift; GRIDWORKS_PORT="$1"; shift; continue;;
|
-p) shift; GRIDWORKS_PORT="$1"; shift; continue;;
|
||||||
-i) shift; GRIDWORKS_HOST="$1"; shift; continue;;
|
-i) shift; GRIDWORKS_HOST="$1"; shift; continue;;
|
||||||
-w) shift; GRIDWORKS_WEBAPP="$1"; shift; continue;;
|
-w) shift; GRIDWORKS_WEBAPP="$1"; shift; continue;;
|
||||||
|
Loading…
Reference in New Issue
Block a user