From 1b3e37b9edcbc750c8241ab576eace2b7d22c922 Mon Sep 17 00:00:00 2001 From: Matt Joiner Date: Sat, 18 Jun 2016 16:02:59 +1000 Subject: [PATCH] cmd/torrent: Remove unused "short" tag --- cmd/torrent/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/torrent/main.go b/cmd/torrent/main.go index 39edca57..626ee094 100644 --- a/cmd/torrent/main.go +++ b/cmd/torrent/main.go @@ -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 -- 2.48.1