268c62b66d
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
25 lines
754 B
Groff
25 lines
754 B
Groff
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.11.
|
|
.TH IMDL-TORRENT-VERIFY "1" "April 2020" "Intermodal v0.1.2" "Intermodal Manual"
|
|
.SH NAME
|
|
\fBimdl\ torrent\ verify\fR
|
|
- Verify files against a `.torrent` file.
|
|
.SH "SYNOPSIS:"
|
|
.IP
|
|
imdl torrent verify [OPTIONS] \fB\-\-input\fR <METAINFO>
|
|
.SH "FLAGS:"
|
|
.TP
|
|
\fB\-h\fR, \fB\-\-help\fR
|
|
Print help message.
|
|
.TP
|
|
\fB\-V\fR, \fB\-\-version\fR
|
|
Print version number.
|
|
.SH "OPTIONS:"
|
|
.TP
|
|
\fB\-c\fR, \fB\-\-content\fR <PATH>
|
|
Verify torrent content at `PATH` against torrent metainfo. Defaults to `name` field of
|
|
torrent info dictionary.
|
|
.TP
|
|
\fB\-i\fR, \fB\-\-input\fR <METAINFO>
|
|
Verify torrent contents against torrent metainfo in `METAINFO`. If `METAINFO` is `\-`, read
|
|
metainfo from standard input.
|