]> Sergey Matveev's repositories - btrtrc.git/commitdiff
cmd/torrent: Remove unused "short" tag
authorMatt Joiner <anacrolix@gmail.com>
Sat, 18 Jun 2016 06:02:59 +0000 (16:02 +1000)
committerMatt Joiner <anacrolix@gmail.com>
Sat, 18 Jun 2016 06:02:59 +0000 (16:02 +1000)
cmd/torrent/main.go

index 39edca57a0fc6555412106df4419ad87e5c748f6..626ee0947054f8a620bbe9d1a36c21b518d9b872 100644 (file)
@@ -107,7 +107,7 @@ func addTorrents(client *torrent.Client) {
 
 var flags struct {
        Mmap     bool           `help:"memory-map torrent data"`
-       TestPeer []*net.TCPAddr `short:"p" help:"addresses of some starting peers"`
+       TestPeer []*net.TCPAddr `help:"addresses of some starting peers"`
        Seed     bool           `help:"seed after download is complete"`
        Addr     *net.TCPAddr   `help:"network listen addr"`
        tagflag.StartPos