diff --git a/src/opt/torrent/verify.rs b/src/opt/torrent/verify.rs index 738eb93..caa089a 100644 --- a/src/opt/torrent/verify.rs +++ b/src/opt/torrent/verify.rs @@ -4,14 +4,7 @@ use crate::common::*; #[structopt( help_message(consts::HELP_MESSAGE), version_message(consts::VERSION_MESSAGE), - about( - "Verify files against a `.torrent` file. - files present - md5sum matches - piece hashes match - lengths are correct - " - ) + about("Verify files against a `.torrent` file.") )] pub(crate) struct Verify { #[structopt(