From 89a707aac5aa75d70cbb3049e8d328cfe6a40dea Mon Sep 17 00:00:00 2001 From: Richard Jones Date: Fri, 23 Apr 2010 13:43:05 +0100 Subject: [PATCH] generator: Update docs for checksum to point to checksum-device. --- src/generator.ml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/generator.ml b/src/generator.ml index 1075878..c51df38 100755 --- a/src/generator.ml +++ b/src/generator.ml @@ -2026,7 +2026,9 @@ Compute the SHA512 hash (using the C program). =back -The checksum is returned as a printable string."); +The checksum is returned as a printable string. + +To get the checksum for a device, use C."); ("tar_in", (RErr, [FileIn "tarfile"; Pathname "directory"]), 69, [], [InitBasicFS, Always, TestOutput ( -- 1.8.3.1