summaryrefslogtreecommitdiffstats
path: root/system/rhash/README
diff options
context:
space:
mode:
Diffstat (limited to 'system/rhash/README')
-rw-r--r--system/rhash/README4
1 files changed, 3 insertions, 1 deletions
diff --git a/system/rhash/README b/system/rhash/README
index e7cd41c96a..68921054b3 100644
--- a/system/rhash/README
+++ b/system/rhash/README
@@ -1,4 +1,6 @@
RHash (Recursive Hasher) is a console utility for computing and verifying hash sums of files.
Supports lots of algorithms.
-Note: If you do not want to build with OpenSSL support pass OPENSSL=no to the script.
+Notes:
+If you want to build with NO OpenSSL support, pass OPENSSL=no to the script.
+If you need static libraries, pass STATICLIB=yes to the script.