diff options
Diffstat (limited to 'math/gen-libm-test.pl')
-rwxr-xr-x | math/gen-libm-test.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/gen-libm-test.pl b/math/gen-libm-test.pl index 275ba7beaa..7a8c518d3e 100755 --- a/math/gen-libm-test.pl +++ b/math/gen-libm-test.pl @@ -79,7 +79,7 @@ $ulps_file = 'libm-test-ulps'; $output_dir = ''; if ($opt_h) { - print "Usage: generate.pl [OPTIONS]\n"; + print "Usage: gen-libm-test.pl [OPTIONS]\n"; print " -h print this help, then exit\n"; print " -o DIR directory where generated files will be placed\n"; print " -n generate sorted file NewUlps from libm-test-ulps\n"; |