Check-in [c83c1110f6]
Not logged in
Overview

SHA1 Hash:c83c1110f696bedb5f8d291d956f8995530594b4
Date: 2009-09-30 23:24:06
User: drh
Comment:Promote the "sha1sum" command to a first-class fully documented command.
Timelines: ancestors | descendants | both | trunk
Other Links: files | ZIP archive | manifest

Tags And Properties
Changes
[hide diffs]

Modified src/sha1.c from [7f2336da5a] to [30e74752c3].

@@ -536,11 +536,12 @@
   return 0;
 }
 
 
 /*
-** COMMAND: test-sha1sum
+** COMMAND: sha1sum
+** %fossil sha1sum FILE...
 **
 ** Compute an SHA1 checksum of all files named on the command-line.
 ** If an file is named "-" then take its content from standard input.
 */
 void sha1sum_test(void){