Module: wine Branch: master Commit: 467691d3a0b5a102163a260348c83dff272c5ff4 URL: http://source.winehq.org/git/wine.git/?a=commit;h=467691d3a0b5a102163a260348...
Author: Francois Gouget fgouget@free.fr Date: Wed Feb 11 13:35:18 2009 +0100
winapi_test: Improve the usage message.
---
tools/winapi/winapi_test_options.pm | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/tools/winapi/winapi_test_options.pm b/tools/winapi/winapi_test_options.pm index 25e3a6b..240e840 100644 --- a/tools/winapi/winapi_test_options.pm +++ b/tools/winapi/winapi_test_options.pm @@ -46,7 +46,7 @@ my %options_short = ( "v" => "verbose" );
-my $options_usage = "usage: winapi_test [--help]\n"; +my $options_usage = "Usage: winapi_test [--help]\n\nGenerates tests checking the size and alignment of the Windows structures.\n\n";
$options = '_options'->new(%options_long, %options_short, $options_usage);