Francois Gouget : winapi_test: Improve the usage message.

Alexandre Julliard julliard at winehq.org
Wed Feb 11 09:25:31 CST 2009


Module: wine
Branch: master
Commit: 467691d3a0b5a102163a260348c83dff272c5ff4
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=467691d3a0b5a102163a260348c83dff272c5ff4

Author: Francois Gouget <fgouget at 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);
 




More information about the wine-cvs mailing list