Add cmd/ractool note about supported codecs
diff --git a/cmd/ractool/data.go b/cmd/ractool/data.go
index bf2eb76..c61e95e 100644
--- a/cmd/ractool/data.go
+++ b/cmd/ractool/data.go
@@ -105,6 +105,17 @@
     -resources
         comma-separated list of resource files, such as shared dictionaries
 
+Codecs:
+
+    lz4
+    zlib
+    zstd
+
+Only zlib is fully supported. The others will work for the flags' default
+values, but they (1) don't support -cchunksize, only -dchunksize, and (2) don't
+support -resources. See https://github.com/google/wuffs/issues/23 for more
+details.
+
 Installation:
 
 Like any other implemented-in-Go program, to install the ractool program:
diff --git a/cmd/ractool/main.go b/cmd/ractool/main.go
index 5268394..48cab96 100644
--- a/cmd/ractool/main.go
+++ b/cmd/ractool/main.go
@@ -106,6 +106,17 @@
     -resources
         comma-separated list of resource files, such as shared dictionaries
 
+Codecs:
+
+    lz4
+    zlib
+    zstd
+
+Only zlib is fully supported. The others will work for the flags' default
+values, but they (1) don't support -cchunksize, only -dchunksize, and (2) don't
+support -resources. See https://github.com/google/wuffs/issues/23 for more
+details.
+
 Installation:
 
 Like any other implemented-in-Go program, to install the ractool program: