aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2000-03-13 21:01:05 +0000
committerBodo Möller <bodo@openssl.org>2000-03-13 21:01:05 +0000
commitdf1ff3f1b3881f9240e0eb4638f605f7f8fa8e4c (patch)
treeaaf0e808a8f442a7b2522912773ccfa4dbd4e5ec
parent7694ddcbc09e9a77a6349bad2f05ab39d58611d8 (diff)
downloadopenssl-df1ff3f1b3881f9240e0eb4638f605f7f8fa8e4c.tar.gz
Correction.
-rw-r--r--CHANGES2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index d3a3b41ba9..803be2de46 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,7 +6,7 @@
*) For easily testing in shell scripts whether some command
'openssl XXX' exists, the new pseudo-command 'openssl no-XXX'
- returns with exit code 0 iff a command of the given name is available.
+ returns with exit code 0 iff no command of the given name is available.
'no-XXX' is printed in this case, 'XXX' otherwise. In both cases,
the output goes to stdout and nothing is printed to stderr.
Additional arguments are always ignored.