Module: wine Branch: master Commit: 90ef31ecdc36a52770d2a5f9742f0ad8cfdc6ba1 URL: http://source.winehq.org/git/wine.git/?a=commit;h=90ef31ecdc36a52770d2a5f974...
Author: Nicolas Le Cam niko.lecam@gmail.com Date: Tue Jun 2 01:32:43 2009 +0200
winetest: Add a missing carriage return in help message.
---
programs/winetest/main.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/programs/winetest/main.c b/programs/winetest/main.c index 7009ce8..66daa65 100644 --- a/programs/winetest/main.c +++ b/programs/winetest/main.c @@ -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"