Commit 467691d3 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

winapi_test: Improve the usage message.

parent 87ce5275
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment