aboutsummaryrefslogtreecommitdiffstats
path: root/Configure
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2000-03-25 19:02:09 +0000
committerBodo Möller <bodo@openssl.org>2000-03-25 19:02:09 +0000
commitce24e726b4103b2c66a74197be992a21440f2e6b (patch)
tree44708d49d11c995e7a5f02514225043a873580f6 /Configure
parent7d05b51ade70f6d03ed3a6ccfae29b14e5437ecb (diff)
downloadopenssl-ce24e726b4103b2c66a74197be992a21440f2e6b.tar.gz
List "no-..." option first because it's the most frequently needed one.
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/Configure b/Configure
index ad12f3922b..273b7b75aa 100755
--- a/Configure
+++ b/Configure
@@ -10,7 +10,7 @@ use strict;
# see INSTALL for instructions.
-my $usage="Usage: Configure [-Dxxx] [-lxxx] [-Lxxx] [-fxxx] [-Kxxx] [rsaref] [no-threads] [no-asm] [no-<cipher> ...] [386] [--prefix=DIR] [--openssldir=OPENSSLDIR] os/compiler[:flags]\n";
+my $usage="Usage: Configure [no-<cipher> ...] [-Dxxx] [-lxxx] [-Lxxx] [-fxxx] [-Kxxx] [rsaref] [no-threads] [no-asm] [386] [--prefix=DIR] [--openssldir=OPENSSLDIR] os/compiler[:flags]\n";
# Options:
#