winetest: Add a missing carriage return in help message.

This commit is contained in:
Nicolas Le Cam 2009-06-02 01:32:43 +02:00 committed by Alexandre Julliard
parent 45064eb5b0
commit 90ef31ecdc

View file

@ -823,7 +823,7 @@ usage (void)
" --help print this message and exit\n"
" --version print the build version and exit\n"
" -c console mode, no GUI\n"
" -d DIR Use DIR as temp directory (default: %%TEMP%%\\wct)"
" -d DIR Use DIR as temp directory (default: %%TEMP%%\\wct)\n"
" -e preserve the environment\n"
" -h print this message and exit\n"
" -p shutdown when the tests are done\n"