]> Sergey Matveev's repositories - tofuproxy.git/blobdiff - doc/warcs.texi
Refactor C-code building, use pkgconf
[tofuproxy.git] / doc / warcs.texi
index b20b120e301679292c05fd1bcf991f827ee3675c..a88cde4e9e135d111f1e0740d6f13545af30380f 100644 (file)
@@ -24,13 +24,11 @@ Zstandard compressed WARC, as in
 Multi-frame format is properly indexed. Dictionary at the beginning
 is also supported.
 
-It is processed with with @command{unzstd} (@file{cmd/unzstd/unzstd})
+It is processed with with @command{unzstd} (@file{cmd/zstd/unzstd})
 utility. It eats compressed stream from @code{stdin}, outputs
 decompressed data to @code{stdout}, and prints each frame size with
 corresponding decompressed data size to 3rd file descriptor (if it is
-opened). You can adjust path to it with
-@code{-X go.stargrave.org/tofuproxy/warc.UnZSTDPath} command line option
-during building.
+opened).
 
 @end table