]> Cypherpunks.ru repositories - nncp.git/commitdiff
warcat extract should be on one line
authorSergey Matveev <stargrave@stargrave.org>
Fri, 22 Sep 2017 15:11:39 +0000 (18:11 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Fri, 22 Sep 2017 15:11:39 +0000 (18:11 +0300)
doc/integration.texi

index f1f1e87b2265d73ac60176ce78823cef70af5a66..c27cb363afdf6852642817bb1e99da1fd2196142 100644 (file)
@@ -223,8 +223,8 @@ allowing to view that WARC files. However you can extract files from
 that archive using @url{https://pypi.python.org/pypi/Warcat, warcat}
 utility, producing usual directory hierarchy:
 @verbatim
-% python3 -m warcat \
-    extract www.example_com-XXX.warc \
+% python3 -m warcat extract \
+    www.example_com-XXX.warc \
     --output-dir www.example.com-XXX \
     --progress
 @end verbatim