intermodal/book/src/commands/imdl-torrent-verify.md
Casey Rodarmor 268c62b66d
Add bin/man command for generating man pages
Generates man pages and book entries for all subcommands, and keeps the
commands index in the book up to date.

There is much cursed roff munging in this diff.

type: documentation
2020-04-09 15:23:12 -07:00

614 B

imdl torrent verify

imdl-torrent-verify 0.1.2
Verify files against a `.torrent` file.

USAGE:
    imdl torrent verify [OPTIONS] --input <METAINFO>

FLAGS:
    -h, --help       Print help message.
    -V, --version    Print version number.

OPTIONS:
    -c, --content <PATH>      Verify torrent content at `PATH` against torrent metainfo. Defaults to `name` field of
                              torrent info dictionary.
    -i, --input <METAINFO>    Verify torrent contents against torrent metainfo in `METAINFO`. If `METAINFO` is `-`, read
                              metainfo from standard input.