From 70a8e46cbe0c21e962ea3786683419abaf9b666d Mon Sep 17 00:00:00 2001 From: Stefano Mazzocchi Date: Thu, 13 May 2010 01:40:01 +0000 Subject: [PATCH] turns out that /? is the default for help on windows git-svn-id: http://google-refine.googlecode.com/svn/trunk@747 7d457c2a-affb-35e4-300a-418c747d4874 --- gridworks.bat | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gridworks.bat b/gridworks.bat index 8c4f8b273..71ba3f9ac 100644 --- a/gridworks.bat +++ b/gridworks.bat @@ -20,7 +20,7 @@ goto endUtils echo Usage %0 [options] ^ echo where [options] include: echo. -echo /h print this message and exit +echo /? print this message and exit echo. echo /p the port that Gridworks will listen to echo default: 3333 @@ -78,6 +78,7 @@ rem --- Argument parsing -------------------------------------------- :loop if ""%1"" == """" goto endArgumentParsing if ""%1"" == ""/h"" goto usage +if ""%1"" == ""/?"" goto usage if ""%1"" == ""/p"" goto arg-p if ""%1"" == ""/i"" goto arg-i if ""%1"" == ""/w"" goto arg-w