cmd/torrent-magnet: Add a description to command help output
This commit is contained in:
parent
27b7fbe3f3
commit
561e3915f3
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue