Author: snagel
Date: Mon Aug 13 09:42:05 2018
New Revision: 1837933
URL: http://svn.apache.org/viewvc?rev=1837933&view=rev
Log:
Fix sha512 command: must pass checksum file as argument
Modified:
nutch/cms_site/trunk/content/downloads.md
Modified: nutch/cms_site/trunk/content/downloads.md
URL:
http://svn.apache.org/viewvc/nutch/cms_site/trunk/content/downloads.md?rev=1837933&r1=1837932&r2=1837933&view=diff
==============================================================================
--- nutch/cms_site/trunk/content/downloads.md (original)
+++ nutch/cms_site/trunk/content/downloads.md Mon Aug 13 09:42:05 2018
@@ -144,7 +144,7 @@
<h2>SHA Signature</h2>
<p>Additionally, you can verify the SHA signature on the files. A Unix
program called shasum or sha512sum is included in many
Unix distributions.</p>
- <pre>$ sha512sum --check apache-nutch-X.Y.Z</pre>
+ <pre>$ sha512sum --check apache-nutch-X.Y.Z.sha512</pre>
<h2>MD5 Signature</h2>
<p>Older releases used the MD5 signature. You may use the Unix program md5
or md5sum to verify the MD5 signature:</p>
<pre>$ md5sum apache-nutch-X.Y.Z</pre>