Minor formatting stuff in startup.bat, provoking ugly display when calling help in windows command line.
Just copy-paste the new one for a better display
== OLD. Current lines ==
========================
:help
echo The startup.bat script is used to start PEtALS.
echo usage : startup.sh [-h][-C]
echo -h : prints the help message
echo -C : PEtALS is starting with command line
echo -b : Start PEtALS without launching a new window
goto :EOF
== NEW. These one are corrected ==
==================================
:help
echo startup.bat script starts Petals ESB.
echo usage : startup.sh [-h][-C]
echo -h : Prints the help message
echo -C : Starts Petals ESB with command line
echo -b : Starts Petals ESB without launching a new window
goto :EOF
Minor formatting stuff in startup.bat, provoking ugly display when calling help in windows command line.
Just copy-paste the new one for a better display
== OLD. Current lines ==
========================
:help
echo The startup.bat script is used to start PEtALS.
echo usage : startup.sh [-h][-C]
echo -h : prints the help message
echo -C : PEtALS is starting with command line
echo -b : Start PEtALS without launching a new window
goto :EOF
== NEW. These one are corrected ==
==================================
:help
echo startup.bat script starts Petals ESB.
echo usage : startup.sh [-h][-C]
echo -h : Prints the help message
echo -C : Starts Petals ESB with command line
echo -b : Starts Petals ESB without launching a new window
goto :EOF
Mathieu Lebreton added a comment - Fri, 1 Oct 2010 - 16:23:13 +0200 - edited
Fuck, JIRA changes the formatting !
Because someone used "spaces" instead of "tabs" for the last echo, creating a clumsy display, but we don't see it here.
Mathieu Lebreton added a comment - Fri, 1 Oct 2010 - 16:23:13 +0200 - edited Fuck, JIRA changes the formatting !
Because someone used "spaces" instead of "tabs" for the last echo, creating a clumsy display, but we don't see it here.
Look at the attached TXT file.
Fuck, JIRA changes the formatting !
Because someone used "spaces" instead of "tabs" for the last echo, creating a clumsy display, but we don't see it here.
Look at the attached TXT file.