summaryrefslogtreecommitdiff
path: root/system/isomd5sum/README
diff options
context:
space:
mode:
Diffstat (limited to 'system/isomd5sum/README')
-rw-r--r--system/isomd5sum/README5
1 files changed, 3 insertions, 2 deletions
diff --git a/system/isomd5sum/README b/system/isomd5sum/README
index b37bc47360..1c20a61dae 100644
--- a/system/isomd5sum/README
+++ b/system/isomd5sum/README
@@ -4,5 +4,6 @@ iso given nothing more than the iso itself.
A checksum is implanted in an image using the implantisomd5 utility,
and the corresponding checkisomd5 utility can be used to verify burned
-CDs are error-free. Also included is a Python extension for performing
-these tasks.
+CDs are error-free. Also included is a Python 2 extension for performing
+these tasks. If Python 3 is installed, a Python 3 extension will also
+be included.