Correction.
authorBodo Möller <bodo@openssl.org>
Mon, 13 Mar 2000 21:01:05 +0000 (21:01 +0000)
committerBodo Möller <bodo@openssl.org>
Mon, 13 Mar 2000 21:01:05 +0000 (21:01 +0000)
CHANGES

diff --git a/CHANGES b/CHANGES
index d3a3b41ba94284d67b16d2f4d4dea9c805a1aa12..803be2de468ea73db8823e23db2bedd5321fb9ca 100644 (file)
--- 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.