winapi_test: Improve the usage message.
This commit is contained in:
parent
87ce5275bb
commit
467691d3a0
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue