winapi_test: Improve the usage message.

This commit is contained in:
Francois Gouget 2009-02-11 13:35:18 +01:00 committed by Alexandre Julliard
parent 87ce5275bb
commit 467691d3a0
1 changed files with 1 additions and 1 deletions

View File

@ -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);