From 561e3915f342925d83d4732beb3202e695592436 Mon Sep 17 00:00:00 2001 From: Matt Joiner Date: Wed, 17 Jul 2019 18:12:54 +1000 Subject: [PATCH] cmd/torrent-magnet: Add a description to command help output --- cmd/torrent-magnet/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/torrent-magnet/main.go b/cmd/torrent-magnet/main.go index a1d53077..3d4bf137 100644 --- a/cmd/torrent-magnet/main.go +++ b/cmd/torrent-magnet/main.go @@ -9,7 +9,7 @@ import ( ) func main() { - tagflag.Parse(nil) + tagflag.Parse(nil, tagflag.Description("reads a torrent file from stdin and writes out its magnet link to stdout")) mi, err := metainfo.Load(os.Stdin) if err != nil {