]> Sergey Matveev's repositories - btrtrc.git/commitdiff
cmd/...: Some package synopses
authorMatt Joiner <anacrolix@gmail.com>
Mon, 6 Apr 2015 13:04:18 +0000 (23:04 +1000)
committerMatt Joiner <anacrolix@gmail.com>
Mon, 6 Apr 2015 13:04:18 +0000 (23:04 +1000)
cmd/dht-ping/main.go
cmd/torrent/main.go
cmd/torrentfs/main.go

index 9f8d0734e456b309fe4adce74b813c1a0d9c1b8d..0588a84819ad91b18beee03b9b010b1ac702c66a 100644 (file)
@@ -1,3 +1,4 @@
+// Pings DHT nodes with the given network addresses.
 package main
 
 import (
index 6062d16904c4c5ad9a0c39cfbf34a4b6983ddcd3..b973db1c8d458a4898e5ad235690b0c86f8bba7b 100644 (file)
@@ -1,3 +1,4 @@
+// Downloads torrents from the command-line.
 package main
 
 import (
index 61a11c2e2b435045db5436df3acef0e080fd9bc9..1e1c61985821ff260262f80d6d40b83d25fc98eb 100644 (file)
@@ -1,3 +1,4 @@
+// Mounts a FUSE filesystem backed by torrents and magnet links.
 package main
 
 import (