From: Matt Joiner Date: Wed, 20 May 2015 12:24:09 +0000 (+1000) Subject: go vet X-Git-Tag: v1.0.0~1179 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=9ea28a50942d15e08bf7c3b7b6554c1c74a3217a;p=btrtrc.git go vet --- diff --git a/cmd/torrent/main.go b/cmd/torrent/main.go index 2a6adbde..88b186c7 100644 --- a/cmd/torrent/main.go +++ b/cmd/torrent/main.go @@ -81,7 +81,7 @@ func main() { parser.Usage = "[OPTIONS] (magnet URI or .torrent file path)..." posArgs, err := parser.Parse() if err != nil { - fmt.Fprintln(os.Stderr, "Download from the BitTorrent network.\n") + fmt.Fprintln(os.Stderr, "Download from the BitTorrent network.") fmt.Println(err) os.Exit(2) }