Diff
Not logged in

Differences From:

File src/sha1.c part of check-in [8fb641e071] - Get rid of the (silly?) int_least16_t type in sha1.c and just use good old "int" instead. Makes things easier to compile on older systems. by drh on 2007-10-23 16:35:04. Also file src/sha1.c part of check-in [d0305b305a] - Merged mainline into my branch to get the newest application. by aku on 2007-12-05 08:07:46. [view]

To:

File src/sha1.c part of check-in [651c75c5b7] - merge trunk into creole by robert on 2009-10-05 10:08:05. Also file src/sha1.c part of check-in [c83c1110f6] - Promote the "sha1sum" command to a first-class fully documented command. by drh on 2009-09-30 23:24:06. [view]

@@ -537,9 +537,10 @@
 }
 
 
 /*
-** 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.
 */