Fix torrent verify about message

type: fixed
This commit is contained in:
Casey Rodarmor 2020-02-14 04:04:17 -08:00
parent 165a7ea444
commit 9787344d9e
No known key found for this signature in database
GPG Key ID: 556186B153EC6FE0

View File

@ -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(