aboutsummaryrefslogtreecommitdiffstats
path: root/util/mk1mf.pl
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>1999-05-31 21:58:18 +0000
committerBodo Möller <bodo@openssl.org>1999-05-31 21:58:18 +0000
commit748365eed7e26eaa767f95de6a7d763dd324239a (patch)
treec1dd30def3cedc39dcb3b22db9e8818e4f155226 /util/mk1mf.pl
parent6d114240b921edc9c1135568392199a652acd0db (diff)
downloadopenssl-748365eed7e26eaa767f95de6a7d763dd324239a.tar.gz
More consistency.
Diffstat (limited to 'util/mk1mf.pl')
-rwxr-xr-xutil/mk1mf.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/mk1mf.pl b/util/mk1mf.pl
index fa2149e8ac..e1e9985063 100755
--- a/util/mk1mf.pl
+++ b/util/mk1mf.pl
@@ -45,7 +45,7 @@ foreach (@ARGV)
if (!&read_options && !defined($ops{$_}))
{
print STDERR "unknown option - $_\n";
- print STDERR "usage: perl mk1mf.pl [system] [options]\n";
+ print STDERR "usage: perl mk1mf.pl [options] [system]\n";
print STDERR "\nwhere [system] can be one of the following\n";
foreach $i (sort keys %ops)
{ printf STDERR "\t%-10s\t%s\n",$i,$ops{$i}; }