diff --git a/cmd/torrent-metainfo-pprint/main.go b/cmd/torrent-metainfo-pprint/main.go index 9b62b223..9f7a0d9f 100644 --- a/cmd/torrent-metainfo-pprint/main.go +++ b/cmd/torrent-metainfo-pprint/main.go @@ -37,6 +37,7 @@ func main() { "Name": info.Name, "NumPieces": info.NumPieces(), "PieceLength": info.PieceLength, + "InfoHash": metainfo.Info.Hash.HexString(), } if flags.PieceHashes { d["PieceHashes"] = func() (ret []string) {