]> Cypherpunks.ru repositories - nncp.git/blobdiff - doc/integration/bittorrent.texi
Merge branch 'develop'
[nncp.git] / doc / integration / bittorrent.texi
index f3136c8ddc664fd1acee2a517f9d79475e498e3e..a7ff789a7aec4baa960b3e82360ea66d01938e49 100644 (file)
@@ -31,12 +31,12 @@ with the jobs you want to download:
 $ cat jobs
 http://www.nncpgo.org/download/nncp-0.11.tar.xz
     out=nncp.txz
-http://www.nncpgo.org/download/nncp-0.11.tar.xz.sig
-    out=nncp.txz.sig
+http://www.nncpgo.org/download/nncp-0.11.tar.xz.asc
+    out=nncp.txz.asc
 $ aria2c \
     --on-download-complete aria2-downloaded.sh \
     --input-file jobs
 @end example
 
-and all that downloaded (@file{nncp.txz}, @file{nncp.txz.sig}) files
+and all that downloaded (@file{nncp.txz}, @file{nncp.txz.asc}) files
 will be sent to @file{remote.node} when finished.