]> Sergey Matveev's repositories - btrtrc.git/commitdiff
go vet
authorMatt Joiner <anacrolix@gmail.com>
Wed, 20 May 2015 12:24:09 +0000 (22:24 +1000)
committerMatt Joiner <anacrolix@gmail.com>
Wed, 20 May 2015 12:24:09 +0000 (22:24 +1000)
cmd/torrent/main.go

index 2a6adbde809837d6167283fb8f473f6bbe97e004..88b186c763388931a1f20a0e858e74706515266f 100644 (file)
@@ -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)
        }