]> Cypherpunks.ru repositories - nncp.git/blobdiff - doc/integration.texi
Replace YAML with Hjson
[nncp.git] / doc / integration.texi
index 4f7758eab8abf6f530dbf2e7a9ca78411e328307..a65454537d224c7758568b5bb2cceadc008db118 100644 (file)
@@ -275,7 +275,7 @@ remote node. But one wish to remotely initiate downloading. That can be
 easily solved with @ref{CfgExec, exec} handles.
 
 @verbatim
-exec:
+exec: {
   warcer: ["/bin/sh", "/path/to/warcer.sh"]
   wgeter: ["/bin/sh", "/path/to/wgeter.sh"]
   aria2c: [
@@ -283,6 +283,7 @@ exec:
     "--on-download-complete", "aria2-downloaded.sh",
     "--on-bt-download-complete", "aria2-downloaded.sh"
   ]
+}
 @end verbatim
 
 @file{warcer.sh} contents: