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
This commit is contained in:
parent
a7e06721da
commit
70a8e46cbe
@ -20,7 +20,7 @@ goto endUtils
|
|||||||
echo Usage %0 [options] ^<action^>
|
echo Usage %0 [options] ^<action^>
|
||||||
echo where [options] include:
|
echo where [options] include:
|
||||||
echo.
|
echo.
|
||||||
echo /h print this message and exit
|
echo /? print this message and exit
|
||||||
echo.
|
echo.
|
||||||
echo /p <port> the port that Gridworks will listen to
|
echo /p <port> the port that Gridworks will listen to
|
||||||
echo default: 3333
|
echo default: 3333
|
||||||
@ -78,6 +78,7 @@ rem --- Argument parsing --------------------------------------------
|
|||||||
:loop
|
:loop
|
||||||
if ""%1"" == """" goto endArgumentParsing
|
if ""%1"" == """" goto endArgumentParsing
|
||||||
if ""%1"" == ""/h"" goto usage
|
if ""%1"" == ""/h"" goto usage
|
||||||
|
if ""%1"" == ""/?"" goto usage
|
||||||
if ""%1"" == ""/p"" goto arg-p
|
if ""%1"" == ""/p"" goto arg-p
|
||||||
if ""%1"" == ""/i"" goto arg-i
|
if ""%1"" == ""/i"" goto arg-i
|
||||||
if ""%1"" == ""/w"" goto arg-w
|
if ""%1"" == ""/w"" goto arg-w
|
||||||
|
Loading…
Reference in New Issue
Block a user