summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2016-03-10 14:20:50 +0100
committerRichard Levitte <levitte@openssl.org>2016-03-10 14:20:50 +0100
commitb33c5ffeea346fe671ff72b93ede3faa9ef6b865 (patch)
treed3b0332e131c2cbe68f3b827c0b73d97a6f99da7 /config
parent3415c711b056cc7950ad25b55760a4f57fde02c4 (diff)
downloadopenssl-new-b33c5ffeea346fe671ff72b93ede3faa9ef6b865.tar.gz
Harmonize the option processing in 'config' and 'config.com'
The help text for -d in 'config' was aged, and the option processing in 'config.com' was just different. This harmonizes 'config.com' with the instructions in INSTALL and both current reality. Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'config')
-rwxr-xr-xconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/config b/config
index ba66b33278..ae349ecb0c 100755
--- a/config
+++ b/config
@@ -33,7 +33,7 @@ case "$i" in
-t*) TEST="true";;
-h*) TEST="true"; cat <<EOF
Usage: config [options]
- -d Add a debug- prefix to machine choice.
+ -d Build with debugging when possible.
-t Test mode, do not run the Configure perl script.
-h This help.