diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-14 12:45:54 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-17 12:38:11 -0400 |
commit | 80b8a76690bea7d2cc7d046ae3410019eb02950b (patch) | |
tree | 0763e76f17e14846b92f7d385dbaf857c42bd397 /system/rhash | |
parent | 58ea87bf471f7f0c057f867692d663e3cfccc1f7 (diff) |
system/rhash: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'system/rhash')
-rw-r--r-- | system/rhash/README | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/system/rhash/README b/system/rhash/README index 976151ea0b5fc..aeeb25f2b916a 100644 --- a/system/rhash/README +++ b/system/rhash/README @@ -1,6 +1,9 @@ -RHash (Recursive Hasher) is a console utility for computing and verifying -hash sums of files. Supports lots of algorithms. +RHash (Recursive Hasher) is a console utility for computing and +verifying hash sums of files. Supports lots of algorithms. Notes: -If you want to build with NO OpenSSL support, pass OPENSSL=no to the script. + +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. |