diff options
author | Richard Jones <rjones@redhat.com> | 2010-04-23 13:43:05 +0100 |
---|---|---|
committer | Richard Jones <rjones@redhat.com> | 2010-04-23 14:15:13 +0100 |
commit | 89a707aac5aa75d70cbb3049e8d328cfe6a40dea (patch) | |
tree | c48fa07970e49caee3f7bd67745fc271ce6e2d7b | |
parent | af29c84cef791381ac3aebae30d8831b7de77e36 (diff) | |
download | libguestfs-89a707aac5aa75d70cbb3049e8d328cfe6a40dea.tar.gz libguestfs-89a707aac5aa75d70cbb3049e8d328cfe6a40dea.tar.xz libguestfs-89a707aac5aa75d70cbb3049e8d328cfe6a40dea.zip |
generator: Update docs for checksum to point to checksum-device.
-rwxr-xr-x | src/generator.ml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/generator.ml b/src/generator.ml index 10758781..c51df382 100755 --- a/src/generator.ml +++ b/src/generator.ml @@ -2026,7 +2026,9 @@ Compute the SHA512 hash (using the C<sha512sum> 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<guestfs_checksum_device>."); ("tar_in", (RErr, [FileIn "tarfile"; Pathname "directory"]), 69, [], [InitBasicFS, Always, TestOutput ( |