diff --git a/src/main.rs b/src/main.rs index 70619cb..beb3fe5 100644 --- a/src/main.rs +++ b/src/main.rs @@ -62,13 +62,6 @@ fn main() { .help("Depth to show") .takes_value(true), ) - .arg( - Arg::with_name("threads") - .short("t") - .long("threads") - .help("Number of threads to spawn simultaneously") - .takes_value(true), - ) .arg( Arg::with_name("number_of_lines") .short("n")