From 90ef31ecdc36a52770d2a5f9742f0ad8cfdc6ba1 Mon Sep 17 00:00:00 2001 From: Nicolas Le Cam Date: Tue, 2 Jun 2009 01:32:43 +0200 Subject: [PATCH] winetest: Add a missing carriage return in help message. --- programs/winetest/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/programs/winetest/main.c b/programs/winetest/main.c index 7009ce8cd91..66daa65baa2 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"