From 9787344d9eeed0251e963be2d8e9d2777d023b55 Mon Sep 17 00:00:00 2001 From: Casey Rodarmor Date: Fri, 14 Feb 2020 04:04:17 -0800 Subject: [PATCH] Fix torrent verify about message type: fixed --- src/opt/torrent/verify.rs | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) 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(