Quote problematic characters in help text - fixes #463

This commit is contained in:
Tom Morris 2013-04-10 18:54:38 -04:00
parent 3b379ef4ed
commit d1ce12301d
2 changed files with 9 additions and 9 deletions

View File

@ -23,25 +23,25 @@ goto endUtils
echo Usage %0 [options] ^<action^> echo Usage %0 [options] ^<action^>
echo where [options] include: echo where [options] include:
echo. echo.
echo /? print this message and exit echo "/?" print this message and exit
echo. echo.
echo /p <port> the port that OpenRefine will listen to echo "/p <port>" the port that OpenRefine will listen to
echo default: 3333 echo default: 3333
echo. echo.
echo /i <interface> the host interface OpenRefine should bind to echo "/i <interface>" the host interface OpenRefine should bind to
echo default: 127.0.0.1 echo default: 127.0.0.1
echo. echo.
echo /w <path> path to the webapp echo "/w <path>" path to the webapp
echo default src\main\webapp echo default src\main\webapp
echo. echo.
echo /d enable JVM debugging (on port 8000) echo "/d" enable JVM debugging (on port 8000)
echo. echo.
echo /m <memory> max memory heap size to use echo "/m <memory>" max memory heap size to use
echo default: 1024M echo default: 1024M
echo. echo.
echo /x enable JMX monitoring (for jconsole and friends) echo "/x" enable JMX monitoring (for jconsole and friends)
echo. echo.
echo and <action> is one of echo "and <action> is one of
echo. echo.
echo build ..................... Build OpenRefine echo build ..................... Build OpenRefine
echo run ....................... Run OpenRefine echo run ....................... Run OpenRefine

View File

@ -5,7 +5,7 @@ no_proxy="localhost,127.0.0.1"
#REFINE_PORT=3334 #REFINE_PORT=3334
#REFINE_HOST=127.0.0.1 #REFINE_HOST=127.0.0.1
#REFINE_WEBAPP=main\webapp #REFINE_WEBAPP=main\webapp
#REFINE_MEMORY=1024M REFINE_MEMORY=3000M
# Some sample configurations. These have no defaults. # Some sample configurations. These have no defaults.
#ANT_HOME=C:\grefine\tools\apache-ant-1.8.1 #ANT_HOME=C:\grefine\tools\apache-ant-1.8.1