Fix torrent verify about message
type: fixed
This commit is contained in:
parent
165a7ea444
commit
9787344d9e
|
@ -4,14 +4,7 @@ use crate::common::*;
|
||||||
#[structopt(
|
#[structopt(
|
||||||
help_message(consts::HELP_MESSAGE),
|
help_message(consts::HELP_MESSAGE),
|
||||||
version_message(consts::VERSION_MESSAGE),
|
version_message(consts::VERSION_MESSAGE),
|
||||||
about(
|
about("Verify files against a `.torrent` file.")
|
||||||
"Verify files against a `.torrent` file.
|
|
||||||
files present
|
|
||||||
md5sum matches
|
|
||||||
piece hashes match
|
|
||||||
lengths are correct
|
|
||||||
"
|
|
||||||
)
|
|
||||||
)]
|
)]
|
||||||
pub(crate) struct Verify {
|
pub(crate) struct Verify {
|
||||||
#[structopt(
|
#[structopt(
|
||||||
|
|
Loading…
Reference in New Issue
Block a user